diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-13 22:00:00 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-13 22:00:00 +0100 |
commit | 16e543a9280c55f5f5bb417c7c80cc2e3b093e11 (patch) | |
tree | 24dac0c64d069ce186182e72ba013b9477eb3e26 /data | |
parent | 3fa7fe6926a538a8b4f25ca3e842fefb9699def6 (diff) | |
download | vyos-build-16e543a9280c55f5f5bb417c7c80cc2e3b093e11.tar.gz vyos-build-16e543a9280c55f5f5bb417c7c80cc2e3b093e11.zip |
frr: T1316: enable isis daemon
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 f8dbdee4..97abe1e6 100755 --- a/data/live-build-config/hooks/live/30-frr-configs.chroot +++ b/data/live-build-config/hooks/live/30-frr-configs.chroot @@ -18,7 +18,7 @@ ospfd=yes ospf6d=yes ripd=yes ripngd=yes -isisd=no +isisd=yes pimd=yes ldpd=yes nhrpd=no |