From 1766d6622aa7a67b8d680d1fed16c820d61bb3b2 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 15 Mar 2022 19:03:33 +0100 Subject: frr: T4163: enable bmp (BGP Monitoring Protocol, RFC 7854) plugin for bgpd --- 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 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" -- cgit v1.2.3