diff options
-rw-r--r-- | meta-networking/recipes-protocols/quagga/files/quagga.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/quagga.default b/meta-networking/recipes-protocols/quagga/files/quagga.default index 438c3b6035..0c1ce6c042 100644 --- a/meta-networking/recipes-protocols/quagga/files/quagga.default +++ b/meta-networking/recipes-protocols/quagga/files/quagga.default | |||
@@ -4,7 +4,7 @@ vtysh_enable=yes | |||
4 | 4 | ||
5 | # Bind all daemons to loopback only by default | 5 | # Bind all daemons to loopback only by default |
6 | zebra_options=" --daemon -A 127.0.0.1" | 6 | zebra_options=" --daemon -A 127.0.0.1" |
7 | babeld_options="-D 127.0.0.1" | 7 | babeld_options="--daemon -A 127.0.0.1" |
8 | bgpd_options=" --daemon -A 127.0.0.1" | 8 | bgpd_options=" --daemon -A 127.0.0.1" |
9 | ospfd_options=" --daemon -A 127.0.0.1" | 9 | ospfd_options=" --daemon -A 127.0.0.1" |
10 | ospf6d_options="--daemon -A ::1" | 10 | ospf6d_options="--daemon -A ::1" |