]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: remove "no" from clicmd directives
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 29 Jun 2021 09:50:10 +0000 (12:50 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 29 Jun 2021 09:50:10 +0000 (12:50 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
doc/user/bgp.rst
doc/user/ospf6d.rst

index fe01725b615654fb2b1e9e9c611378e7f6da8003..73899b08fea5b0b48433e3b700c5424c5fa23a5b 100644 (file)
@@ -2751,7 +2751,7 @@ route with gateway IP.
 1. CLI to add gateway IP while generating EVPN type-5 route from a BGP IPv4/IPv6
 prefix:
 
-.. clicmd:: [no] advertise <ipv4|ipv6> unicast [gateway-ip]
+.. clicmd:: advertise <ipv4|ipv6> unicast [gateway-ip]
 
 When this CLI is configured for a BGP vrf under L2VPN EVPN address family, EVPN
 type-5 routes are generated for BGP prefixes in the vrf. Nexthop of the BGP
@@ -2762,7 +2762,7 @@ routes are generated without overlay index.
 
 2. Add gateway IP to EVPN type-5 route using a route-map:
 
-.. clicmd:: [no] set evpn gateway-ip <ipv4|ipv6> <addr>
+.. clicmd:: set evpn gateway-ip <ipv4|ipv6> <addr>
 
 When route-map with above set clause is applied as outbound policy in BGP, it
 will set the gateway-ip in EVPN type-5 NLRI.
@@ -2786,7 +2786,7 @@ A PE that receives a type-5 route with gateway IP overlay index should have
 "enable-resolve-overlay-index" configuration enabled to recursively resolve the
 overlay index nexthop and install the prefix into zebra.
 
-.. clicmd:: [no] enable-resolve-overlay-index
+.. clicmd:: enable-resolve-overlay-index
 
 Example configuration:
 
index af838cfd6037918ea25a0d1ea3b5e779aa29062f..e99c46f5d46ef9ede45fce9f05f496b008816969 100644 (file)
@@ -83,7 +83,7 @@ OSPF6 router
 OSPF6 area
 ==========
 
-.. clicmd:: [no] area A.B.C.D nssa
+.. clicmd:: area A.B.C.D nssa
 
 NSSA Support in OSPFv3
 =======================