fixing ipv6 prefix announcement for bastion boxes, no change for anything but bastion installs

This commit is contained in:
toby 2018-11-20 00:11:40 +01:00
parent c65529f6ad
commit 0a3575db3c
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ case "$1" in
FRR_IFS="${FRR_IFS}interface ${ifname}\n"
FRR_IFS="${FRR_IFS} description $ifalias\n"
FRR_IFS="${FRR_IFS} ipv6 nd other-config-flag\n"
FRR_IFS="${FRR_IFS} ipv6 nd prefix 2604:bbc0:0:210::/64\n"
FRR_IFS="${FRR_IFS} ipv6 nd prefix ${ipv6}\n"
FRR_IFS="${FRR_IFS} ipv6 nd ra-interval 10\n"
FRR_IFS="${FRR_IFS} no ipv6 nd suppress-ra\n!\n"