summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/quagga/files/quagga.default
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/quagga.default')
-rw-r--r--meta-networking/recipes-protocols/quagga/files/quagga.default12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/quagga.default b/meta-networking/recipes-protocols/quagga/files/quagga.default
deleted file mode 100644
index 4c4bc23071..0000000000
--- a/meta-networking/recipes-protocols/quagga/files/quagga.default
+++ /dev/null
@@ -1,12 +0,0 @@
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.
3vtysh_enable=yes
4
5# Bind all daemons to loopback only by default
6zebra_options=" --daemon -A 127.0.0.1"
7bgpd_options=" --daemon -A 127.0.0.1"
8ospfd_options=" --daemon -A 127.0.0.1"
9ospf6d_options="--daemon -A ::1"
10ripd_options=" --daemon -A 127.0.0.1"
11ripngd_options="--daemon -A ::1"
12isisd_options=" --daemon -A 127.0.0.1"