From 1003c71e110fde88dec8564b3f29107207c54a26 Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 19 Oct 2018 23:08:31 +0200 Subject: [PATCH] have ibgp interface also added to the neighbors obviously... --- debian/wit-network-config.postinst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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