diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-25 18:41:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 18:41:13 +0100 |
commit | 5e2d0fba80221f4adae38c73aadd65b68cef197c (patch) | |
tree | 7ed4bfd3772cf54c8d75c9e1b3a70ac19cc1da30 /data | |
parent | 72c9f1f89c014ecfb0f2e02ee41c59aa8f5a271a (diff) | |
download | vyos-build-5e2d0fba80221f4adae38c73aadd65b68cef197c.tar.gz vyos-build-5e2d0fba80221f4adae38c73aadd65b68cef197c.zip |
isis: T1316: enable SNMP support
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 3180e36d..039c9c47 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" +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" |