diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-01 20:06:14 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-01-01 20:06:45 +0100 |
commit | 3e184ce4da495dde45c62a1000321845eb3c7c2b (patch) | |
tree | 041da45ab98f6604b1f4a24af1b752ae0bec19c9 /data | |
parent | bd44c70666cfc936ae5878356e250c804327311f (diff) | |
download | vyos-build-3e184ce4da495dde45c62a1000321845eb3c7c2b.tar.gz vyos-build-3e184ce4da495dde45c62a1000321845eb3c7c2b.zip |
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.
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 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" |