From 854cdf7c80b79f016a3a96c1abc2b8a3e72f7de7 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 25 Apr 2020 08:02:08 +0200 Subject: [PATCH 1/5] doc: zebra: use correct format for `show ip/ipv6 forward` command Signed-off-by: Simon Ruderich --- doc/user/zebra.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index f3b4ca7d03..4cb35c7433 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -985,15 +985,15 @@ zebra Terminal Mode Commands .. index:: show ip protocol .. clicmd:: show ip protocol -.. index:: show ipforward -.. clicmd:: show ipforward +.. index:: show ip forward +.. clicmd:: show ip forward Display whether the host's IP forwarding function is enabled or not. Almost any UNIX kernel can be configured with IP forwarding disabled. If so, the box can't work as a router. -.. index:: show ipv6forward -.. clicmd:: show ipv6forward +.. index:: show ipv6 forward +.. clicmd:: show ipv6 forward Display whether the host's IP v6 forwarding is enabled or not. From b91bf5bd915549d5cc9ec3b002ff1f1d4dd72218 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 25 Apr 2020 08:17:03 +0200 Subject: [PATCH 2/5] doc: bgp: fix typos Signed-off-by: Simon Ruderich --- doc/user/bgp.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index c056b39889..c611f318b3 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -971,7 +971,7 @@ Route Aggregation-IPv4 Address Family .. clicmd:: aggregate-address A.B.C.D/M summary-only This command specifies an aggregate address. Aggregated routes will - not be announce. + not be announced. .. index:: no aggregate-address A.B.C.D/M .. clicmd:: no aggregate-address A.B.C.D/M @@ -1023,7 +1023,7 @@ Route Aggregation-IPv6 Address Family .. clicmd:: aggregate-address X:X::X:X/M summary-only This command specifies an aggregate address. Aggregated routes will - not be announce. + not be announced. .. index:: no aggregate-address X:X::X:X/M .. clicmd:: no aggregate-address X:X::X:X/M @@ -1776,7 +1776,7 @@ In :ref:`route-map` we can match on or set the BGP communities attribute. Using this feature network operator can implement their network policy based on BGP communities attribute. -The ollowing commands can be used in route maps: +The following commands can be used in route maps: .. index:: match community WORD exact-match [exact-match] .. clicmd:: match community WORD exact-match [exact-match] From 9af10db16a999f766c8c3b0806850972450ece3b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 25 Apr 2020 08:41:41 +0200 Subject: [PATCH 3/5] doc: wecmp_linkbw: fix typo Signed-off-by: Simon Ruderich --- doc/user/wecmp_linkbw.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/wecmp_linkbw.rst b/doc/user/wecmp_linkbw.rst index 0d2fe9d756..8176aaffcb 100644 --- a/doc/user/wecmp_linkbw.rst +++ b/doc/user/wecmp_linkbw.rst @@ -14,7 +14,7 @@ across these next hops. In practice, flow-based hashing is used so that all traffic associated with a particular flow uses the same next hop, and by extension, the same path across the network. -Weigted ECMP using BGP link bandwidth introduces support for network-wide +Weighted ECMP using BGP link bandwidth introduces support for network-wide unequal cost multipathing (UCMP) to an IP destination. The unequal cost load balancing is implemented by the forwarding plane based on the weights associated with the next hops of the IP prefix. These weights are computed From 6c5be52aa07c10c9888501b0564c01ec273fa413 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 25 Apr 2020 08:41:49 +0200 Subject: [PATCH 4/5] doc: bgp: fix rst syntax Signed-off-by: Simon Ruderich --- doc/user/bgp.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index c611f318b3..84be461cce 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2840,8 +2840,8 @@ Displaying Routes by AS Path Displaying Update Group Information ----------------------------------- -..index:: show bgp update-groups SUBGROUP-ID [advertise-queue|advertised-routes|packet-queue] -..clicmd:: show bgp update-groups [advertise-queue|advertised-routes|packet-queue] +.. index:: show bgp update-groups SUBGROUP-ID [advertise-queue|advertised-routes|packet-queue] +.. clicmd:: show bgp update-groups [advertise-queue|advertised-routes|packet-queue] Display Information about each individual update-group being used. If SUBGROUP-ID is specified only display about that particular group. If @@ -2850,8 +2850,8 @@ Displaying Update Group Information the list of routes we have sent to the peers in the update-group and packet-queue specifies the list of packets in the queue to be sent. -..index:: show bgp update-groups statistics -..clicmd:: show bgp update-groups statistics +.. index:: show bgp update-groups statistics +.. clicmd:: show bgp update-groups statistics Display Information about update-group events in FRR. From 8074652130ae7b4b236e4285585d186396352354 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 16 May 2020 10:16:53 +0200 Subject: [PATCH 5/5] doc: ospf_fundamentals: fix typos Signed-off-by: Simon Ruderich --- doc/user/ospf_fundamentals.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/ospf_fundamentals.rst b/doc/user/ospf_fundamentals.rst index da348b02d2..b0eb018107 100644 --- a/doc/user/ospf_fundamentals.rst +++ b/doc/user/ospf_fundamentals.rst @@ -83,8 +83,8 @@ sharing a link, for example: - DR/BDR election results. - Any optional capabilities supported by each router. -The Hello protocol is comparatively trivial and will not be explored in greater -detail than here. +The Hello protocol is comparatively trivial and will not be explored in more +detail. .. index:: OSPF LSA overview .. _ospf-lsas: @@ -233,7 +233,7 @@ called `intra-area routes`. Cost The output cost of that interface, scaled inversely to some commonly known - reference value, :clicmd:`auto-cost reference-bandwidth (1-4294967`. + reference value, :clicmd:`auto-cost reference-bandwidth (1-4294967)`. Link Type Transit Network