From: Donald Sharp Date: Thu, 17 May 2018 15:05:08 +0000 (-0400) Subject: doc: Add some doc for source-instance X-Git-Tag: frr-5.0.1~8^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=df9fc08b4550961a567a31ee02f59c46e173c6c5;p=matthieu%2Ffrr.git 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 --- 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