mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 14:50:58 +00:00
doc: move -r option docs to zebra only
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
92367796d2
commit
da7e1a9212
@ -157,10 +157,3 @@ frr supports optional dynamically loadable modules, although these can only be l
|
|||||||
|
|
||||||
The list of loaded modules can be inspected at runtime with the show modules VTY command.
|
The list of loaded modules can be inspected at runtime with the show modules VTY command.
|
||||||
|
|
||||||
ROUTES
|
|
||||||
------
|
|
||||||
|
|
||||||
.. option:: -r, --retain
|
|
||||||
|
|
||||||
When the program terminates, retain routes added by the daemon.
|
|
||||||
|
|
||||||
|
@ -42,6 +42,14 @@ OPTIONS available for the |DAEMON| command:
|
|||||||
|
|
||||||
Enable namespace VRF backend. By default, the VRF backend relies on VRF-lite support from the Linux kernel. This option permits discovering Linux named network namespaces and mapping it to FRR VRF contexts.
|
Enable namespace VRF backend. By default, the VRF backend relies on VRF-lite support from the Linux kernel. This option permits discovering Linux named network namespaces and mapping it to FRR VRF contexts.
|
||||||
|
|
||||||
|
ROUTES
|
||||||
|
------
|
||||||
|
|
||||||
|
.. option:: -r, --retain
|
||||||
|
|
||||||
|
When the program terminates, do not flush routes installed by zebra from the kernel.
|
||||||
|
|
||||||
|
|
||||||
FILES
|
FILES
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
@ -30,10 +30,6 @@ be specified (:ref:`common-invocation-options`).
|
|||||||
Set the bgp protocol's port number. When port number is 0, that means do not
|
Set the bgp protocol's port number. When port number is 0, that means do not
|
||||||
listen bgp port.
|
listen bgp port.
|
||||||
|
|
||||||
.. option:: -r, --retain
|
|
||||||
|
|
||||||
When program terminates, retain BGP routes added by zebra.
|
|
||||||
|
|
||||||
.. option:: -l, --listenon
|
.. option:: -l, --listenon
|
||||||
|
|
||||||
Specify a specific IP address for bgpd to listen on, rather than its
|
Specify a specific IP address for bgpd to listen on, rather than its
|
||||||
|
@ -60,10 +60,6 @@ Certain signals have special meanings to *eigrpd*.
|
|||||||
|
|
||||||
.. program:: eigrpd
|
.. program:: eigrpd
|
||||||
|
|
||||||
.. option:: -r, --retain
|
|
||||||
|
|
||||||
When the program terminates, retain routes added by *eigrpd*.
|
|
||||||
|
|
||||||
.. _eigrp-configuration:
|
.. _eigrp-configuration:
|
||||||
|
|
||||||
EIGRP Configuration
|
EIGRP Configuration
|
||||||
|
@ -60,9 +60,6 @@ Certain signals have special meanings to *ripd*.
|
|||||||
*ripd* invocation options. Common options that can be specified
|
*ripd* invocation options. Common options that can be specified
|
||||||
(:ref:`common-invocation-options`).
|
(:ref:`common-invocation-options`).
|
||||||
|
|
||||||
.. option:: -r, --retain
|
|
||||||
|
|
||||||
When the program terminates, retain routes added by *ripd*.
|
|
||||||
|
|
||||||
.. _rip-netmask:
|
.. _rip-netmask:
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ This file has several parts. Here is an example:
|
|||||||
# Check /etc/pam.d/frr if you intend to use "vtysh"!
|
# Check /etc/pam.d/frr if you intend to use "vtysh"!
|
||||||
#
|
#
|
||||||
vtysh_enable=yes
|
vtysh_enable=yes
|
||||||
zebra_options=" -r -s 90000000 --daemon -A 127.0.0.1"
|
zebra_options=" -s 90000000 --daemon -A 127.0.0.1"
|
||||||
bgpd_options=" --daemon -A 127.0.0.1"
|
bgpd_options=" --daemon -A 127.0.0.1"
|
||||||
ospfd_options=" --daemon -A 127.0.0.1"
|
ospfd_options=" --daemon -A 127.0.0.1"
|
||||||
ospf6d_options=" --daemon -A ::1"
|
ospf6d_options=" --daemon -A ::1"
|
||||||
@ -86,7 +86,7 @@ reasons touched on in the VTYSH documentation and should generally be enabled.
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
zebra_options=" -r -s 90000000 --daemon -A 127.0.0.1"
|
zebra_options=" -s 90000000 --daemon -A 127.0.0.1"
|
||||||
bgpd_options=" --daemon -A 127.0.0.1"
|
bgpd_options=" --daemon -A 127.0.0.1"
|
||||||
...
|
...
|
||||||
|
|
||||||
|
@ -29,7 +29,8 @@ Besides the common invocation options (:ref:`common-invocation-options`), the
|
|||||||
|
|
||||||
.. option:: -r, --retain
|
.. option:: -r, --retain
|
||||||
|
|
||||||
When program terminates, retain routes added by zebra.
|
When program terminates, do not flush routes installed by *zebra* from the
|
||||||
|
kernel.
|
||||||
|
|
||||||
.. option:: -e X, --ecmp X
|
.. option:: -e X, --ecmp X
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user