]> git.proxmox.com Git - mirror_frr.git/commit
zebra : Zebra does not properly track which route-maps are changed (#2493)
authorkssoman <somanks@vmware.com>
Fri, 17 Aug 2018 15:47:48 +0000 (08:47 -0700)
committerkssoman <somanks@vmware.com>
Fri, 17 Aug 2018 15:47:48 +0000 (08:47 -0700)
commitd5b8c21628320ca1d55e9cb687f2a9d941133068
treea9c8f5c915e51e3ad36cb46a867d4520a8a02b10
parent067d5028c1b82cab172f2d951d7f8c7598ad0f1c
zebra : Zebra does not properly track which route-maps are changed (#2493)

* Check for the modified routemap in zebra_route_map_process_update_cb()
* Added zebra_rib_table_rm_update() for RIB routemap processing
* Added zebra_nht_rm_update() for NHT routemap processing

Signed-off-by: kssoman <somanks@vmware.com>
zebra/redistribute.c
zebra/redistribute.h
zebra/rib.h
zebra/zebra_rib.c
zebra/zebra_routemap.c