summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/quagga/files/quagga.default2
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
6zebra_options=" --daemon -A 127.0.0.1" 6zebra_options=" --daemon -A 127.0.0.1"
7babeld_options="-D 127.0.0.1" 7babeld_options="--daemon -A 127.0.0.1"
8bgpd_options=" --daemon -A 127.0.0.1" 8bgpd_options=" --daemon -A 127.0.0.1"
9ospfd_options=" --daemon -A 127.0.0.1" 9ospfd_options=" --daemon -A 127.0.0.1"
10ospf6d_options="--daemon -A ::1" 10ospf6d_options="--daemon -A ::1"