[docker-frr]: Enable FPM (#2464)

[docker-frr]: Enable FPM
This commit is contained in:
Wei Bai 2019-01-18 17:47:15 +08:00 committed by lguohan
parent 53685df949
commit 43de8368f5

View File

@ -36,7 +36,7 @@ fabricd=no
# Check /etc/pam.d/frr if you intend to use "vtysh"!
#
vtysh_enable=yes
zebra_options=" -A 127.0.0.1 -s 90000000"
zebra_options=" -A 127.0.0.1 -s 90000000 -M fpm"
bgpd_options=" -A 127.0.0.1"
ospfd_options=" -A 127.0.0.1"
ospf6d_options=" -A ::1"