]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Update sharpd and bgpd documentation 7678/head
authorDonald Sharp <sharpd@nvidia.com>
Sat, 5 Dec 2020 20:41:53 +0000 (15:41 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 8 Dec 2020 14:07:21 +0000 (09:07 -0500)
Update these two daemons to include the new
ability for both bgp and sharpd to send extra informational
data to zebra.

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

index 73c286631a73227e022f583cd74f33dba5a751ca..288b955c278f9d69b694779eeaad9939f49d2874 100644 (file)
@@ -3470,6 +3470,15 @@ starting the daemon and the configuration gets saved, the option will persist
 unless removed from the configuration with the negating command prior to the
 configuration write operation.
 
+.. index:: [no] bgp send-extra-data zebra
+.. clicmd:: [no] bgp send-extra-data zebra
+
+   This Command turns off the ability of BGP to send extra data to zebra.
+In this case it's the AS-Path being used for the path.  The default behavior
+in BGP is to send this data and to turn it off enter the no form of the command.
+If extra data was sent to zebra, and this command is turned on there is no
+effort to clean up this data in the rib.
+
 .. _bgp-suppress-fib:
 
 Suppressing routes not installed in FIB
index 57ef141c7e8a9c89a6dd0434c0bdc45351fb5a4b..90eae4d65a29bf2213b0b5ab882a49a131b8ccfa 100644 (file)
@@ -33,7 +33,7 @@ All sharp commands are under the enable node and preceded by the ``sharp``
 keyword. At present, no sharp commands will be preserved in the config.
 
 .. index:: sharp install
-.. clicmd:: sharp install routes A.B.C.D <nexthop <E.F.G.H|X:X::X:X>|nexthop-group NAME> (1-1000000) [instance (0-255)] [repeat (2-1000)]
+.. clicmd:: sharp install routes A.B.C.D <nexthop <E.F.G.H|X:X::X:X>|nexthop-group NAME> (1-1000000) [instance (0-255)] [repeat (2-1000)] [opaque WORD]
 
    Install up to 1,000,000 (one million) /32 routes starting at ``A.B.C.D``
    with specified nexthop ``E.F.G.H`` or ``X:X::X:X``. The nexthop is
@@ -46,7 +46,8 @@ keyword. At present, no sharp commands will be preserved in the config.
    receives success notifications for all routes this is logged as well.
    Instance (0-255) if specified causes the routes to be installed in a different
    instance. If repeat is used then we will install/uninstall the routes the
-   number of times specified.
+   number of times specified.  If the keyword opaque is specified then the
+   next word is sent down to zebra as part of the route installation.
 
 .. index:: sharp remove
 .. clicmd:: sharp remove routes A.B.C.D (1-1000000)