mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 15:02:54 +00:00

Forgot to add a couple includes to the exclude list. Also move defines.txt to defines.rst since I know how to properly ignore things now. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
55 lines
1.4 KiB
ReStructuredText
55 lines
1.4 KiB
ReStructuredText
*****
|
|
ZEBRA
|
|
*****
|
|
|
|
.. include:: defines.rst
|
|
.. |DAEMON| replace:: zebra
|
|
|
|
SYNOPSIS
|
|
========
|
|
|DAEMON| |synopsis-options-hv|
|
|
|
|
|DAEMON| |synopsis-options|
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|DAEMON| is a routing manager that implements the zebra route engine. zebra supports all protocol daemons in the FRRouting suite.
|
|
|
|
OPTIONS
|
|
=======
|
|
OPTIONS available for the |DAEMON| command:
|
|
|
|
.. include:: common-options.rst
|
|
|
|
.. option:: -b, --batch
|
|
|
|
Runs in batch mode, zebra parses its config and exits.
|
|
|
|
.. option:: -k, --keep_kernel
|
|
|
|
On startup, don't delete self inserted routes.
|
|
|
|
.. option:: -s, --nl-bufsize <netlink-buffer-size>
|
|
|
|
Set netlink receive buffer size. There are cases where zebra daemon can't handle flood of netlink messages from kernel. If you ever see "recvmsg overrun" messages in zebra log, you are in trouble.
|
|
|
|
Solution is to increase receive buffer of netlink socket. Note that kernel < 2.6.14 doesn't allow to increase it over maximum value defined in /proc/sys/net/core/rmem_max. If you want to do it, you have to increase maximum before starting zebra.
|
|
|
|
Note that this affects Linux only.
|
|
|
|
FILES
|
|
=====
|
|
|
|
|INSTALL_PREFIX_SBIN|/|DAEMON|
|
|
The default location of the |DAEMON| binary.
|
|
|
|
|INSTALL_PREFIX_ETC|/|DAEMON|.conf
|
|
The default location of the |DAEMON| config file.
|
|
|
|
$(PWD)/|DAEMON|.log
|
|
If the |DAEMON| process is configured to output logs to a file, then you
|
|
will find this file in the directory where you started |DAEMON|.
|
|
|
|
.. include:: epilogue.rst
|
|
|