diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-05 17:16:02 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-05 17:16:02 +0100 |
commit | 8578af8abc5eb56355335d5baafd33ae38f2ebf5 (patch) | |
tree | 8bd4131738646b7fb3a7fac87a545f0f39ab52a2 /data | |
parent | 6b6ef404083572054f33e98087c5bf77ad445c20 (diff) | |
download | vyos-build-8578af8abc5eb56355335d5baafd33ae38f2ebf5.tar.gz vyos-build-8578af8abc5eb56355335d5baafd33ae38f2ebf5.zip |
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".
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/live/30-frr-configs.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
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" |