Skip to content

Commit 795adb2

Browse files
Merge pull request #962 from karelyatin/OSPRH-6307
Re remove ctlplane routes for ipv6
2 parents e043121 + fa41c59 commit 795adb2

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)