diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-15 19:03:33 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-15 19:03:33 +0100 |
commit | 1766d6622aa7a67b8d680d1fed16c820d61bb3b2 (patch) | |
tree | 871cb158fc106e82340205b2a6a17bc1770fe40a /data/live-build-config | |
parent | f2655e2ae72e8c3ba94174ed09b701071298c318 (diff) | |
download | vyos-build-1766d6622aa7a67b8d680d1fed16c820d61bb3b2.tar.gz vyos-build-1766d6622aa7a67b8d680d1fed16c820d61bb3b2.zip |
frr: T4163: enable bmp (BGP Monitoring Protocol, RFC 7854) plugin for bgpd
Diffstat (limited to 'data/live-build-config')
-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 e1ac1427..1c33b372 100755 --- a/data/live-build-config/hooks/live/30-frr-configs.chroot +++ b/data/live-build-config/hooks/live/30-frr-configs.chroot @@ -31,7 +31,7 @@ staticd=yes vtysh_enable=yes zebra_options=" -s 90000000 --daemon -A 127.0.0.1 -M snmp" -bgpd_options=" --daemon -A 127.0.0.1 -M snmp -M rpki" +bgpd_options=" --daemon -A 127.0.0.1 -M snmp -M rpki -M bmp" ospfd_options=" --daemon -A 127.0.0.1 -M snmp" ospf6d_options=" --daemon -A ::1 -M snmp" ripd_options=" --daemon -A 127.0.0.1 -M snmp" |