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.
-
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
=====
Set the bgp protocol's port number. When port number is 0, that means do not
listen bgp port.
-.. option:: -r, --retain
-
- When program terminates, retain BGP routes added by zebra.
-
.. option:: -l, --listenon
Specify a specific IP address for bgpd to listen on, rather than its
.. program:: eigrpd
-.. option:: -r, --retain
-
- When the program terminates, retain routes added by *eigrpd*.
-
.. _eigrp-configuration:
EIGRP Configuration
*ripd* invocation options. Common options that can be specified
(:ref:`common-invocation-options`).
-.. option:: -r, --retain
-
- When the program terminates, retain routes added by *ripd*.
.. _rip-netmask:
# Check /etc/pam.d/frr if you intend to use "vtysh"!
#
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"
ospfd_options=" --daemon -A 127.0.0.1"
ospf6d_options=" --daemon -A ::1"
::
- 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"
...
.. 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