]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Allow 'match peer' for all route-map types
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 18 Oct 2017 14:19:58 +0000 (10:19 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Oct 2017 13:24:53 +0000 (09:24 -0400)
commit7aacfd1b4633e47ef71fff34cf90bbad1e16f8fb
tree15fa9e1831c07b84e71db8633408e1cf72b72d35
parent7d4aea30071b3b56849614380f1b3c1ae0e47cd5
bgpd: Allow 'match peer' for all route-map types

There are multiple places that we use route-maps in bgp
There is no need to limit the route-map 'match peer ...' command
to just import and export route-map types.  I see need for
using this in table-maps as well.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_routemap.c