diff options
author | Yuxiang Zhu <vfreex@gmail.com> | 2023-03-07 22:51:32 +0800 |
---|---|---|
committer | Yuxiang Zhu <vfreex@gmail.com> | 2023-03-07 22:51:32 +0800 |
commit | 792214b8603f9b4079704dd9ab9e6e446febd9c1 (patch) | |
tree | 6ddfdd3cc5104eb6c5c64b3e92a1ec56828404b3 /data/live-build-config/hooks | |
parent | 55cb5c1686d24fa1eee858a782356ea4c9a19dd9 (diff) | |
download | vyos-build-792214b8603f9b4079704dd9ab9e6e446febd9c1.tar.gz vyos-build-792214b8603f9b4079704dd9ab9e6e446febd9c1.zip |
T4977: Enable Babeld
Babeld support has been merged https://github.com/vyos/vyos-1x/pull/1800
however I just noticed `/etc/frr/daemons` came from this file.
Diffstat (limited to 'data/live-build-config/hooks')
-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 a516cc12..47b72300 100755 --- a/data/live-build-config/hooks/live/30-frr-configs.chroot +++ b/data/live-build-config/hooks/live/30-frr-configs.chroot @@ -23,7 +23,7 @@ pimd=no ldpd=yes nhrpd=no eigrpd=yes -babeld=no +babeld=yes sharpd=no pbrd=no bfdd=yes |