diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-28 10:11:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-28 10:11:30 +0000 |
commit | 8b3e60e790a45fb4ce6be5399442e4c17835d2c1 (patch) | |
tree | e3ad350d8614f7eba66d36cca0c540136987be9d /packages/quagga/files/quagga.default | |
parent | 4b0e628158e8fc23584fa792a207993bf6f2a8af (diff) |
quagga: add 0.99.2 and 0.99.3, closes #476
Diffstat (limited to 'packages/quagga/files/quagga.default')
-rw-r--r-- | packages/quagga/files/quagga.default | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/quagga/files/quagga.default b/packages/quagga/files/quagga.default new file mode 100644 index 0000000000..4c4bc23071 --- /dev/null +++ b/packages/quagga/files/quagga.default @@ -0,0 +1,12 @@ +# If this option is set the /etc/init.d/quagga script automatically loads +# the config via "vtysh -b" when the servers are started. +vtysh_enable=yes + +# Bind all daemons to loopback only by default +zebra_options=" --daemon -A 127.0.0.1" +bgpd_options=" --daemon -A 127.0.0.1" +ospfd_options=" --daemon -A 127.0.0.1" +ospf6d_options="--daemon -A ::1" +ripd_options=" --daemon -A 127.0.0.1" +ripngd_options="--daemon -A ::1" +isisd_options=" --daemon -A 127.0.0.1" |