have ibgp interface also added to the neighbors obviously...

This commit is contained in:
toby 2018-10-19 23:08:31 +02:00
parent aa0bef898b
commit 1003c71e11
1 changed files with 3 additions and 1 deletions

View File

@ -153,11 +153,13 @@ case "$1" in
## build FRR interface config to enable ND adv for ipv6 unmanaged
FRR_IFS="${FRR_IFS}interface $ifname\n"
FRR_IFS="${FRR_IFS} description $ifalias\n"
FRR_IFS="${FRR_IFS} ipv6 nd ra-interval 10\n"
FRR_IFS="${FRR_IFS} no ipv6 nd suppress-ra\n!\n"
## build FRR neightbor interfaces
FRR_EDGE_NEIGH=" !!! neighbor $ifname interface peer-group iBGP\n$FRR_EDGE_NEIGH"
cat <<-EOF >>$IFCONFIG
auto $ifname
iface $ifname inet manual