rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [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" |
| 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" |