From 3e184ce4da495dde45c62a1000321845eb3c7c2b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 1 Jan 2022 20:06:14 +0100 Subject: Revert "isis: T1316: enable SNMP support" This reverts commit 5e2d0fba80221f4adae38c73aadd65b68cef197c. This is not supported with FRR 7.5 series and will prevent isisd from startup. --- 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 039c9c47..3180e36d 100755 --- a/data/live-build-config/hooks/live/30-frr-configs.chroot +++ b/data/live-build-config/hooks/live/30-frr-configs.chroot @@ -36,7 +36,7 @@ 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" ripngd_options=" --daemon -A ::1" -isisd_options=" --daemon -A 127.0.0.1 -M snmp" +isisd_options=" --daemon -A 127.0.0.1" pimd_options=" --daemon -A 127.0.0.1" ldpd_options=" --daemon -A 127.0.0.1" nhrpd_options=" --daemon -A 127.0.0.1" -- cgit v1.2.3