From 8578af8abc5eb56355335d5baafd33ae38f2ebf5 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 5 Mar 2020 17:16:02 +0100 Subject: vrf: T31: frr: do not use Linux network namespace as VRF backend Without this change generated VRFs on the OS are not visible in FRR as they are not reported as beeing "up". --- data/live-build-config/hooks/live/30-frr-configs.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/live-build-config/hooks/live/30-frr-configs.chroot b/data/live-build-config/hooks/live/30-frr-configs.chroot index 3380ef8c..105e1e06 100755 --- a/data/live-build-config/hooks/live/30-frr-configs.chroot +++ b/data/live-build-config/hooks/live/30-frr-configs.chroot @@ -30,7 +30,7 @@ bfdd=yes staticd=yes vtysh_enable=yes -zebra_options=" -s 90000000 --daemon -A 127.0.0.1 -M snmp -n" +zebra_options=" -s 90000000 --daemon -A 127.0.0.1 -M snmp" bgpd_options=" --daemon -A 127.0.0.1 -M snmp -M rpki" ospfd_options=" --daemon -A 127.0.0.1 -M snmp" ospf6d_options=" --daemon -A ::1 -M snmp" -- cgit v1.2.3