]> git.puffer.fish Git - mirror/frr.git/commitdiff
user: Update `ip protocol...` command documentation 5031/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 20 Sep 2019 19:16:36 +0000 (15:16 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 20 Sep 2019 19:16:36 +0000 (15:16 -0400)
Update documentation to reflect on the ground behavior.

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

index b7283d83deb3b2367cc8c90c77e1426f376dfb77..5d2cfbc337a10d519e53c8f09b25eb25e767906e 100644 (file)
@@ -663,19 +663,30 @@ kernel.
 .. clicmd:: ip protocol PROTOCOL route-map ROUTEMAP
 
    Apply a route-map filter to routes for the specified protocol. PROTOCOL can
-   be **any** or one of
+   be
 
-   - system,
-   - kernel,
+   - any,
+   - babel,
+   - bgp,
    - connected,
-   - static,
-   - rip,
-   - ripng,
+   - eigrp,
+   - isis,
+   - kernel,
+   - nhrp,
+   - openfabric,
    - ospf,
    - ospf6,
-   - isis,
-   - bgp,
-   - hsls.
+   - rip,
+   - sharp,
+   - static,
+   - ripng,
+   - table,
+   - vnc.
+
+   If you choose any as the option that will cause all protocols that are sending
+   routes to zebra.  You can specify a :dfn:`ip protocol PROTOCOL route-map ROUTEMAP`
+   on a per vrf basis, by entering this command under vrf mode for the vrf you
+   want to apply the route-map against.
 
 .. index:: set src ADDRESS
 .. clicmd:: set src ADDRESS