summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/topotests.rst13
-rw-r--r--doc/user/bgp.rst13
-rw-r--r--doc/user/installation.rst1
-rw-r--r--doc/user/overview.rst2
4 files changed, 22 insertions, 7 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst
index d8b365094..fa1fd2006 100644
--- a/doc/developer/topotests.rst
+++ b/doc/developer/topotests.rst
@@ -8,19 +8,21 @@ Topotests is a suite of topology tests for FRR built on top of micronet.
Installation and Setup
----------------------
-Topotests run under python3. Additionally, for ExaBGP (which is used in some of
-the BGP tests) an older python2 version must be installed.
+Topotests run under python3. Additionally, for ExaBGP (which is used
+in some of the BGP tests) an older python2 version (and the python2
+version of ``pip``) must be installed.
-Tested with Ubuntu 20.04 and Ubuntu 18.04 and Debian 11.
+Tested with Ubuntu 20.04,Ubuntu 18.04, and Debian 11.
-Instructions are the same for all setups (i.e. ExaBGP is only used for BGP
-tests).
+Instructions are the same for all setups (i.e. ExaBGP is only used for
+BGP tests).
Installing Topotest Requirements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code:: shell
+ apt-get install gdb
apt-get install iproute2
apt-get install net-tools
apt-get install python3-pip
@@ -41,7 +43,6 @@ Optional, will give better output.
.. code:: shell
- apt-get install gdb
disable apport (which move core files)
Set ``enabled=0`` in ``/etc/default/apport``.
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index dfd865bf3..ada14b4fa 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -515,7 +515,7 @@ Disable checking if nexthop is connected on EBGP sessions
Route Flap Dampening
--------------------
-.. clicmd:: bgp dampening (1-45) (1-20000) (1-20000) (1-255)
+.. clicmd:: bgp dampening (1-45) (1-20000) (1-50000) (1-255)
This command enables BGP route-flap dampening and specifies dampening parameters.
@@ -924,6 +924,17 @@ However, it MUST defer route selection for an address family until it either.
This is command, will set the time for which stale routes are kept in RIB.
+.. clicmd:: bgp graceful-restart restart-time (0-4095)
+
+ Set the time to wait to delete stale routes before a BGP open message
+ is received.
+
+ Using with Long-lived Graceful Restart capability, this is recommended
+ setting this timer to 0 and control stale routes with
+ ``bgp long-lived-graceful-restart stale-time``.
+
+ Default value is 120.
+
.. clicmd:: bgp graceful-restart stalepath-time (1-4095)
This is command, will set the max time (in seconds) to hold onto
diff --git a/doc/user/installation.rst b/doc/user/installation.rst
index fdf5bab9c..88833d6ef 100644
--- a/doc/user/installation.rst
+++ b/doc/user/installation.rst
@@ -285,6 +285,7 @@ options from the list below.
arguments when reporting the version string in `show version` command.
.. option:: --with-pkg-extra-version=VER
+
Add extra version field, for packagers/distributions
.. option:: --with-pkg-git-version
diff --git a/doc/user/overview.rst b/doc/user/overview.rst
index acae3eb27..9345c29a1 100644
--- a/doc/user/overview.rst
+++ b/doc/user/overview.rst
@@ -349,6 +349,8 @@ BGP
:t:`The Resource Public Key Infrastructure (RPKI) to Router Protocol. R. Bush, R. Austein. January 2013.`
- :rfc:`6811`
:t:`BGP Prefix Origin Validation. P. Mohapatra, J. Scudder, D. Ward, R. Bush, R. Austein. January 2013.`
+- :rfc:`7196`
+ :t:`Making Route Flap Damping Usable. C. Pelsser, R. Bush, K. Patel, P. Mohapatra, O. Maennel. May 2014.`
- :rfc:`7313`
:t:`Enhanced Route Refresh Capability for BGP-4. K. Patel, E. Chen, B. Venkatachalapathy. July 2014.`
- :rfc:`7606`