]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix import vrf route-map issues
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 10 Apr 2018 15:00:18 +0000 (15:00 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Apr 2018 16:39:17 +0000 (12:39 -0400)
commite49840c895d67e1585357a9653e3ae72f0af08e8
tree90656fb478bfa51248f200e82f907506f0be0344
parent0fb8d6e6394dff0178f567a3eb059297d3db5113
bgpd: fix import vrf route-map issues

Prior to this fix, the import vrf route-map command only worked
if the route-map existed prior to the command.  Additionally, if
the import vrf route-map command was issued without an existing
route-map, the imported prefixes were not removed.  This fix
resolves both of thes mis-behaviors. bgp-smoke run with same
failures as base.

Ticket: CM-20459
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Reviewed-by: CCR-7358
bgpd/bgp_vty.c