diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-30 14:16:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-30 14:16:39 +0000 |
commit | 8c68e1670143622b46b887787b81c61a32955baf (patch) | |
tree | 5b12c657cf709074a4f2449a718f184fa688242c /main/quagga/zebra.confd | |
parent | 4259b276a2df2018458a622e3ceedad38b1c22ec (diff) | |
download | aports-8c68e1670143622b46b887787b81c61a32955baf.tar.bz2 aports-8c68e1670143622b46b887787b81c61a32955baf.tar.xz |
main/quagga: fixes for zebra init.d and default config
* do not hardcode path to ip
* the -l option seems to be removed
Diffstat (limited to 'main/quagga/zebra.confd')
-rw-r--r-- | main/quagga/zebra.confd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/quagga/zebra.confd b/main/quagga/zebra.confd index a5256acd0..d2deb114e 100644 --- a/main/quagga/zebra.confd +++ b/main/quagga/zebra.confd @@ -1,7 +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" +# -s, --nl-bufsize Set netlink receive buffer size +ZEBRA_OPTS="" |