From 460ee34f035d07f73ce96cfaab936918dd7769d2 Mon Sep 17 00:00:00 2001 From: toby Date: Mon, 8 Oct 2018 11:33:18 +0200 Subject: [PATCH] adding support for ibgp interfaces and feth/up/ibgp support for up to 4 nics --- debian/wit-network-config.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index 2934031..56ae43b 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -37,7 +37,7 @@ case "$1" in fi declare -A MACS - for if in mgmt feth1 feth2 up1 up2 + for if in mgmt feth1 feth2 feth3 fet4 up1 up2 up3 up4 ibgp1 ibgp2 ibgp3 ibgp4 do MACS["$if"]=$(dig txt +short mac.$if.$HOSTNAME) ## careful mac will be wrapped in quotes, but we don't care since we'll need it again wrapped in quotes (so far) done