From 4d371db4ff0275b1e9edd8a497c1a9535d39195a Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 4 Aug 2023 20:07:51 +0200 Subject: frr: T5415: make mgmtd only listen on localhost --- data/live-build-config/hooks/live/30-frr-configs.chroot | 1 + 1 file changed, 1 insertion(+) 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 47b72300..d46c3c42 100755 --- a/data/live-build-config/hooks/live/30-frr-configs.chroot +++ b/data/live-build-config/hooks/live/30-frr-configs.chroot @@ -40,6 +40,7 @@ isisd_options="--daemon -A 127.0.0.1 -M snmp" pimd_options="--daemon -A 127.0.0.1" ldpd_options="--daemon -A 127.0.0.1" nhrpd_options="--daemon -A 127.0.0.1" +mgmtd_options=" --daemon -A 127.0.0.1" eigrpd_options="--daemon -A 127.0.0.1" babeld_options="--daemon -A 127.0.0.1" sharpd_options="--daemon -A 127.0.0.1" -- cgit v1.2.3