blob: 4c4bc230719ba1256d7eb88666091fd99367190a [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# If this option is set the /etc/init.d/quagga script automatically loads
2# the config via "vtysh -b" when the servers are started.
3vtysh_enable=yes
4
5# Bind all daemons to loopback only by default
6zebra_options=" --daemon -A 127.0.0.1"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05007bgpd_options=" --daemon -A 127.0.0.1"
8ospfd_options=" --daemon -A 127.0.0.1"
9ospf6d_options="--daemon -A ::1"
10ripd_options=" --daemon -A 127.0.0.1"
11ripngd_options="--daemon -A ::1"
12isisd_options=" --daemon -A 127.0.0.1"