Skip to content

Commit fa41c59

Browse files
committed
Re remove ctlplane routes for ipv6
Were originally removed with [1] but wrongly got added back with [2], removing again. [1] #817 [2] #818 Related-Issue: OSPRH-6307
1 parent e043121 commit fa41c59

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/gen-nncp.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,6 @@ EOF_CAT
170170
EOF_CAT
171171
done
172172
fi
173-
if [ -n "$IPV6_ENABLED" ]; then
174-
cat >> ${DEPLOY_DIR}/${WORKER}_nncp.yaml <<EOF_CAT
175-
- destination: ::/0
176-
next-hop-address: ${GATEWAY_IPV6}
177-
next-hop-interface: ${BRIDGE_NAME}
178-
EOF_CAT
179-
fi
180173
cat >> ${DEPLOY_DIR}/${WORKER}_nncp.yaml <<EOF_CAT
181174
interfaces:
182175
EOF_CAT

0 commit comments

Comments
 (0)