]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: fix some compile warning 8932/head
authoranlancs <anlan_cs@tom.com>
Mon, 28 Jun 2021 06:36:26 +0000 (14:36 +0800)
committeranlancs <anlan_cs@tom.com>
Mon, 28 Jun 2021 06:36:45 +0000 (14:36 +0800)
domainname is a merge conflict: it is duplicated, so delete it.
bgp content is a compille warning and wrongly display, so fix it.

Signed-off-by: anlancs <anlan_cs@tom.com>
doc/user/basic.rst
doc/user/bgp.rst

index 92357bec8398ee959ddd4e47f040e31259e9f2a0..16708adb50990dd84b8d986ec4f9f835f106336b 100644 (file)
@@ -66,10 +66,6 @@ Basic Config Commands
    Set domainname of the router. It is only for current ``vtysh``, it will not
    be saved to any configuration file even with ``write file``.
 
-.. clicmd:: domainname DOMAINNAME
-
-   Set domainname of the router.
-
 .. clicmd:: password PASSWORD
 
    Set password for vty interface. The ``no`` form of the command deletes the
index 7f23f7a633837bea8f72d9d6e2fff8e6acca2bd8..fab742f53932ed5e2700861662f70cfa7c38de96 100644 (file)
@@ -2727,10 +2727,12 @@ Host1 MAC/IP as type-2 route which is used to resolve host1 gateway IP.
 PE2 receives this type-5 route and imports it into the vrf based on route
 targets. BGP prefix imported into the vrf uses gateway IP as its BGP nexthop.
 This route is installed into zebra if following conditions are satisfied:
+
 1. Gateway IP nexthop is L3 reachable.
 2. PE2 has received EVPN type-2 route with IP field set to gateway IP.
 
 Topology requirements:
+
 1. This feature is supported for asymmetric routing model only. While
    sending packets to SN1, ingress PE (PE2) performs routing and
    egress PE (PE1) performs only bridging.