]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Remove `Cisco Compatability` section 6804/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 27 Jul 2020 11:57:13 +0000 (07:57 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 27 Jul 2020 11:57:13 +0000 (07:57 -0400)
This code was deprecated in 5.0 and removed after a year.
It has not been in the code base and we forgot to update the
doc.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
doc/user/bgp.rst

index 8f27218fe9ec910f66368815eb9b7afd8dd00ad8..d776b32a8885025dc842683b6f73a4ba39c371a3 100644 (file)
@@ -2432,72 +2432,6 @@ This makes possible to separate not only layer 3 networks like VRF-lite networks
 Also, VRF netns based make possible to separate layer 2 networks on separate VRF
 instances.
 
-.. _bgp-cisco-compatibility:
-
-Cisco Compatibility
--------------------
-
-FRR has commands that change some configuration syntax and default behavior to
-behave more closely to Cisco conventions. These are deprecated and will be
-removed in a future version of FRR.
-
-.. deprecated:: 5.0
-   Please transition to using the FRR specific syntax for your configuration.
-
-.. index:: bgp config-type cisco
-.. clicmd:: bgp config-type cisco
-
-   Cisco compatible BGP configuration output.
-
-   When this configuration line is specified:
-
-   - ``no synchronization`` is displayed.  This command does nothing and is for
-     display purposes only.
-   - ``no auto-summary`` is displayed.
-   - The ``network`` and ``aggregate-address`` arguments are displayed as:
-
-     ::
-
-        A.B.C.D M.M.M.M
-
-        FRR: network 10.0.0.0/8
-        Cisco: network 10.0.0.0
-
-        FRR: aggregate-address 192.168.0.0/24
-        Cisco: aggregate-address 192.168.0.0 255.255.255.0
-
-   Community attribute handling is also different. If no configuration is
-   specified community attribute and extended community attribute are sent to
-   the neighbor. If a user manually disables the feature, the community
-   attribute is not sent to the neighbor. When ``bgp config-type cisco`` is
-   specified, the community attribute is not sent to the neighbor by default.
-   To send the community attribute user has to specify
-   :clicmd:`neighbor A.B.C.D send-community` like so:
-
-   .. code-block:: frr
-
-      !
-      router bgp 1
-       neighbor 10.0.0.1 remote-as 1
-       address-family ipv4 unicast
-        no neighbor 10.0.0.1 send-community
-       exit-address-family
-      !
-      router bgp 1
-       neighbor 10.0.0.1 remote-as 1
-       address-family ipv4 unicast
-        neighbor 10.0.0.1 send-community
-       exit-address-family
-      !
-
-.. deprecated:: 5.0
-   Please transition to using the FRR specific syntax for your configuration.
-
-.. index:: bgp config-type zebra
-.. clicmd:: bgp config-type zebra
-
-   FRR style BGP configuration. This is the default.
-
 .. _bgp-debugging:
 
 Debugging