diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 02:40:40 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 02:40:40 +0200 |
commit | af291c15171bb327f326f4ab1e4885b958e5c12f (patch) | |
tree | 0fa88a17fb418dfdfaead5750e8b1e71b654284e /doc | |
parent | 'neighbor <if-name> interface' config support in BGP including RA/Zebra changes. (diff) | |
download | frr-af291c15171bb327f326f4ab1e4885b958e5c12f.tar.xz frr-af291c15171bb327f326f4ab1e4885b958e5c12f.zip |
bgpd: bgpd-routemap-match-localpref.patch
BGPd: Support matching on local preference in route-map
This patch adds support for matching on local preference in
BGP route-map.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/routemap.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/routemap.texi b/doc/routemap.texi index db3e72d23..c2de36c6d 100644 --- a/doc/routemap.texi +++ b/doc/routemap.texi @@ -151,6 +151,10 @@ Matches the specified @var{as_path}. Matches the specified @var{metric}. @end deffn +@deffn {Route-map Command} {match local-preference @var{metric}} {} +Matches the specified @var{local-preference}. +@end deffn + @deffn {Route-map Command} {match community @var{community_list}} {} Matches the specified @var{community_list} @end deffn |