From: Quentin Young Date: Tue, 23 Feb 2021 20:57:56 +0000 (-0500) Subject: doc: clean up a couple snafus in doc changes X-Git-Tag: base_8.0~345^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f41ddc27cb04f2e6282aeb5b4bd38d79eaeca2c0;p=matthieu%2Ffrr.git doc: clean up a couple snafus in doc changes Signed-off-by: Quentin Young --- diff --git a/doc/user/ospf_fundamentals.rst b/doc/user/ospf_fundamentals.rst index 44312497f0..38c18e5526 100644 --- a/doc/user/ospf_fundamentals.rst +++ b/doc/user/ospf_fundamentals.rst @@ -271,6 +271,7 @@ called `intra-area routes`. | Transit | Link IP address of the :abbr:`DR` | Interface IP address | +----------------+-----------------------------------+------------------------------------------+ | Point-to-Point | Router ID of the remote router | Local interface IP address, or the | + | | | :abbr:`ifindex (MIB-II interface index)` | | | | for unnumbered links | +----------------+-----------------------------------+------------------------------------------+ | Stub | IP address | Subnet Mask | diff --git a/doc/user/pbr.rst b/doc/user/pbr.rst index 2187c0d735..14a05a69d7 100644 --- a/doc/user/pbr.rst +++ b/doc/user/pbr.rst @@ -255,7 +255,7 @@ causes the policy to be installed into the kernel. | name | Interface name | String | +--------+----------------------------+---------+ | index | Device Index | Integer | - +--------+---------------------------+----------+ + +--------+----------------------------+---------+ | policy | PBR map for this interface | String | +--------+----------------------------+---------+ | valid | Is the map well-formed? | Boolean | diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index d9c6eaf4d4..e5cd1de201 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -843,7 +843,7 @@ FPM Commands Use the new netlink messages ``RTM_NEWNEXTHOP`` / ``RTM_DELNEXTHOP`` to group repeated route next hop information. - The ``no` form uses the old known FPM behavior of including next hop + The ``no`` form uses the old known FPM behavior of including next hop information in the route (e.g. ``RTM_NEWROUTE``) messages. .. clicmd:: show fpm counters [json]