diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-05-31 18:19:27 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-05-31 18:31:19 +0200 |
commit | 1bb1c0cfc331ccd696e63d31d76cb7797a732d42 (patch) | |
tree | 7eb88b8473955054d919fe8e756fbf2107be9281 /doc/user/routemap.rst | |
parent | Merge pull request #11299 from taspelund/update-svi-macip (diff) | |
download | frr-1bb1c0cfc331ccd696e63d31d76cb7797a732d42.tar.xz frr-1bb1c0cfc331ccd696e63d31d76cb7797a732d42.zip |
bgpd: Add ability to match `match peer <PEERGROUPNAME>`
Allow the end operator to match `match peer <PEERGROUPNAME>`
in a route-map. If the end operator defines interface
based peers and peer-groups that have names that overlap
the interface based peer will match first.
Fixes: #11316
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'doc/user/routemap.rst')
-rw-r--r-- | doc/user/routemap.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index ef7aef9c5..754b70917 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -205,6 +205,11 @@ Route Map Match Command interface name specified if the neighbor was specified in this manner. +.. clicmd:: match peer PEER_GROUP_NAME + + This is a BGP specific match command. Matches the peer + group name specified for the peer in question. + .. clicmd:: match source-protocol PROTOCOL_NAME This is a ZEBRA specific match command. Matches the |