summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/user/ospf_fundamentals.rst1
-rw-r--r--doc/user/pbr.rst2
-rw-r--r--doc/user/zebra.rst2
3 files changed, 3 insertions, 2 deletions
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]