diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-12-17 03:05:11 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-12-17 03:05:11 +0100 |
commit | 14e6f3ed56b22cf7b57a7563a36461796b0ee3fe (patch) | |
tree | 8e941a7d816d95d6336a0f7148998c49acd473c3 /data | |
parent | 8c94c804a81a0316c43aeadcbf1ce9d7646028cf (diff) | |
download | vyos-build-14e6f3ed56b22cf7b57a7563a36461796b0ee3fe.tar.gz vyos-build-14e6f3ed56b22cf7b57a7563a36461796b0ee3fe.zip |
T865: start bgpd with RPKI 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 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" |