diff options
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/quagga.default')
| -rw-r--r-- | meta-networking/recipes-protocols/quagga/files/quagga.default | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/quagga.default b/meta-networking/recipes-protocols/quagga/files/quagga.default new file mode 100644 index 0000000000..438c3b6035 --- /dev/null +++ b/meta-networking/recipes-protocols/quagga/files/quagga.default | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | babeld_options="-D 127.0.0.1" | ||
| 8 | bgpd_options=" --daemon -A 127.0.0.1" | ||
| 9 | ospfd_options=" --daemon -A 127.0.0.1" | ||
| 10 | ospf6d_options="--daemon -A ::1" | ||
| 11 | ripd_options=" --daemon -A 127.0.0.1" | ||
| 12 | ripngd_options="--daemon -A ::1" | ||
| 13 | isisd_options=" --daemon -A 127.0.0.1" | ||
