diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2018-12-17 21:05:55 +0100 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2018-12-17 21:05:55 +0100 |
commit | 7889203766a4f00eab8296ef522d451b431df34d (patch) | |
tree | 8e941a7d816d95d6336a0f7148998c49acd473c3 | |
parent | 618e31b565ee4bee247c69c28710ab37c1f92c8a (diff) | |
parent | bb4c130ebdbf539161053167ed33f2f4228b6991 (diff) | |
download | vyos-build-7889203766a4f00eab8296ef522d451b431df34d.tar.gz vyos-build-7889203766a4f00eab8296ef522d451b431df34d.zip |
Merge branch 'current' of github.com:vyos/vyos-build into current
-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 cc169fb5..3bcfdea6 100755 --- a/data/live-build-config/hooks/live/30-frr-configs.chroot +++ b/data/live-build-config/hooks/live/30-frr-configs.chroot @@ -32,7 +32,7 @@ bfdd=no daemons_conf = """ vtysh_enable=yes zebra_options=" -s 90000000 --daemon -A 127.0.0.1 -M snmp -n" -bgpd_options=" --daemon -A 127.0.0.1 -M snmp" +bgpd_options=" --daemon -A 127.0.0.1 -M snmp -M rpki" 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" |