summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-05-17 11:05:08 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-05-17 11:05:08 -0400
commitaf21c68244266de537ab8eae9d2abc1db8608b30 (patch)
treec2006c04debf0c8741efcd4779b548c9846bc8ce
parentae252c027f6e9dcc5ae804d8c8ba5575860bf4d2 (diff)
doc: Add some doc for source-instance
Add the documentation for match source-instance. I also noticed that 'match source-protocol' was missing add that in too. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rw-r--r--doc/user/routemap.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst
index bddf2ba26d..8080e001f1 100644
--- a/doc/user/routemap.rst
+++ b/doc/user/routemap.rst
@@ -180,6 +180,18 @@ Route Map Match Command
interface name specified if the neighbor was specified
in this manner.
+.. index:: match source-protocol PROTOCOL_NAME
+.. clicmd:: match source-protocol PROTOCOL_NAME
+
+ This is a ZEBRA specific match command. Matches the
+ originating protocol specified.
+
+.. index:: match source-instance NUMBER
+.. clicmd:: match source-instance NUMBER
+
+ This is a ZEBRA specific match command. The number is a range from (0-255).
+ Matches the originating protocols instance specified.
+
.. _route-map-set-command:
Route Map Set Command