diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2020-07-07 19:56:14 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2020-07-07 20:02:35 +0200 |
commit | 431dd37e6f8f14d7202fc3f1614cfe38781f2eab (patch) | |
tree | 9d15dfd6c217a661464b2e97039f37fe87176aab | |
parent | doc: note preferences for value initialization (diff) | |
download | frr-431dd37e6f8f14d7202fc3f1614cfe38781f2eab.tar.xz frr-431dd37e6f8f14d7202fc3f1614cfe38781f2eab.zip |
doc: remove trailing whitespace
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
-rw-r--r-- | doc/developer/lua.rst | 2 | ||||
-rw-r--r-- | doc/developer/workflow.rst | 2 | ||||
-rw-r--r-- | doc/user/bfd.rst | 2 | ||||
-rw-r--r-- | doc/user/overview.rst | 2 | ||||
-rw-r--r-- | doc/user/pim.rst | 2 | ||||
-rw-r--r-- | doc/user/setup.rst | 2 | ||||
-rw-r--r-- | doc/user/wecmp_linkbw.rst | 4 | ||||
-rw-r--r-- | doc/user/zebra.rst | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/doc/developer/lua.rst b/doc/developer/lua.rst index 23eb35fc5..3315c31ad 100644 --- a/doc/developer/lua.rst +++ b/doc/developer/lua.rst @@ -53,7 +53,7 @@ follow these steps: zlog_debug(string.format("afi: %d: %s %d ifdx: %d aspath: %s localpref: %d", prefix.family, prefix.route, nexthop.metric, nexthop.ifindex, nexthop.aspath, nexthop.localpref)) - + nexthop.metric = 33 nexthop.localpref = 13 return 3 diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index 5e27c3d39..524fa5c4c 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -276,7 +276,7 @@ Pre-submission Checklist - In the case of a major new feature or other significant change, document plans for continued maintenance of the feature. In addition it is a requirement that automated testing must be written that exercises - the new feature within our existing CI infrastructure. Also the + the new feature within our existing CI infrastructure. Also the addition of automated testing to cover any pull request is encouraged. .. _signing-off: diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst index b34bcba34..2586b9b98 100644 --- a/doc/user/bfd.rst +++ b/doc/user/bfd.rst @@ -473,7 +473,7 @@ You can inspect the current BFD peer status in brief with the following commands :: - frr# show bfd peers brief + frr# show bfd peers brief Session count: 1 SessionId LocalAddress PeerAddress Status ========= ============ =========== ====== diff --git a/doc/user/overview.rst b/doc/user/overview.rst index 64a54d9a7..adc20936e 100644 --- a/doc/user/overview.rst +++ b/doc/user/overview.rst @@ -402,7 +402,7 @@ VRRP :t:`Virtual Router Redundancy Protocol (VRRP). R. Hinden. April 2004.` - :rfc:`5798` :t:`Virtual Router Redundancy Protocol (VRRP) Version 3 for IPv4 and IPv6. S. Nadas. June 2000.` - + SNMP ---- diff --git a/doc/user/pim.rst b/doc/user/pim.rst index fcd12c31e..8834d28ab 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -185,7 +185,7 @@ Certain signals have special meanings to *pimd*. warning once the configured group limit is reached while adding new groups. 'no' form of the command disables the warning generation. This command is vrf aware. To configure per vrf, enter vrf submode. - + .. _pim-interface-configuration: PIM Interface Configuration diff --git a/doc/user/setup.rst b/doc/user/setup.rst index 6a52cf26c..b2b71cf01 100644 --- a/doc/user/setup.rst +++ b/doc/user/setup.rst @@ -220,7 +220,7 @@ individual or unified daemon configuration files. See :ref:`FRR-RELOAD <frr-reload>` for more about the `frr-reload.py` script. - + Starting a new daemon ^^^^^^^^^^^^^^^^^^^^^ diff --git a/doc/user/wecmp_linkbw.rst b/doc/user/wecmp_linkbw.rst index 8176aaffc..6e516bcf9 100644 --- a/doc/user/wecmp_linkbw.rst +++ b/doc/user/wecmp_linkbw.rst @@ -250,8 +250,8 @@ attribute from two peers is shown below: (fe80::202:ff:fe00:1b) (used) Origin IGP, metric 0, valid, external, multipath, bestpath-from-AS 65002 Extended Community: LB:65002:125000000 (1000.000 Mbps) - Last update: Thu Feb 20 18:34:16 2020 - + Last update: Thu Feb 20 18:34:16 2020 + 65001 fe80::202:ff:fe00:15 from l1(swp1) (110.0.0.1) (fe80::202:ff:fe00:15) (used) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index f105bd72b..fcf5c4030 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -663,7 +663,7 @@ kernel. .. clicmd:: ip protocol PROTOCOL route-map ROUTEMAP Apply a route-map filter to routes for the specified protocol. PROTOCOL can - be: + be: - any, - babel, |