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