diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-25 18:40:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 18:40:38 +0100 |
commit | 5f3ac42eea04f4c3b4ec71fd52723d580f0fbc0f (patch) | |
tree | 43301b881764cc0e72d24aeffd2e3e727d6a0106 /data | |
parent | 5b65f0e1c3969d297725196f6e14f03f9aba8353 (diff) | |
download | vyos-build-5f3ac42eea04f4c3b4ec71fd52723d580f0fbc0f.tar.gz vyos-build-5f3ac42eea04f4c3b4ec71fd52723d580f0fbc0f.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 a5afed2..e1ac142 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" |