From 5dfad44cf9caa458fb07509a90b6cb52777a26d0 Mon Sep 17 00:00:00 2001
From: srividya0208 <a.srividya@vyos.io>
Date: Tue, 28 Jun 2022 14:42:42 -0400
Subject: bgp:syntax check

Removed this config line "set protocols bgp parameters default no-ipv4-unicast"
which does not exist in the latest rolling release but this functionality is
enabled by default. And corrected few grammar mistakes
---
 docs/configuration/protocols/bgp.rst | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

(limited to 'docs')

diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst
index 24d81cef..fb9b9d6e 100644
--- a/docs/configuration/protocols/bgp.rst
+++ b/docs/configuration/protocols/bgp.rst
@@ -177,7 +177,7 @@ process. The BGP process starts when the first neighbor is configured.
 .. cfgcmd:: set protocols bgp local-as <asn>
 
   Set local autonomous system number that this router represents. This is a
-  a mandatory option!
+  mandatory option!
 
 Peers Configuration
 -------------------
@@ -431,7 +431,7 @@ Peer Parameters
 
    This command enforces Generalized TTL Security Mechanism (GTSM),
    as specified in :rfc:`5082`. With this command, only neighbors
-   that are the specified number of hops away will be allowed to
+   that are specified number of hops away will be allowed to
    become neighbors. The number of hops range is 1 to 254. This
    command is mutually exclusive with :cfgcmd:`ebgp-multihop`.
 
@@ -563,11 +563,6 @@ Common parameters
    Path (both AS number and AS path length), Origin code, MED, IGP
    metric. Also, the next hop address for each path must be different.
 
-.. cfgcmd:: set protocols bgp parameters default no-ipv4-unicast
-
-   This command allows the user to specify that IPv4 peering is turned off by
-   default.
-
 .. cfgcmd:: set protocols bgp parameters log-neighbor-changes
 
    This command enable logging neighbor up/down changes and reset reason.
@@ -984,7 +979,7 @@ Show
 
 .. opcmd:: show ip bgp filter-list <name>
 
-   This command displays BGP routes allowed by by the specified AS Path
+   This command displays BGP routes allowed by the specified AS Path
    access list.
 
 .. opcmd:: show <ip|ipv6> bgp neighbors <address> advertised-routes
-- 
cgit v1.2.3