diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index c54a647..ff0bbb3 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -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