summaryrefslogtreecommitdiffstats
path: root/main/quagga/zebra.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/quagga/zebra.confd')
-rw-r--r--main/quagga/zebra.confd7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/quagga/zebra.confd b/main/quagga/zebra.confd
new file mode 100644
index 00000000..a5256acd
--- /dev/null
+++ b/main/quagga/zebra.confd
@@ -0,0 +1,7 @@
+# Additional command-line parameters to run zebra with:
+# -k, --keep_kernel Don't delete old routes which installed by zebra.
+# -l, --log_mode number Set verbose log mode flag
+# -A, --vty_addr addr Set vty's bind address
+# -P, --vty_port port Set vty's port number
+# -r, --retain When program terminates, retain added route by zebra.
+ZEBRA_OPTS="-l 255"