]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add initial framework to keep track of changed route-maps
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 Jun 2018 01:00:39 +0000 (21:00 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 Jun 2018 01:22:46 +0000 (21:22 -0400)
commit75a2b29dd6b25725274bb8d8bd145e198a37d5f5
treed11a7b3a583e6c5ac825428ab1004fc62360b4ea
parentc573cddd2a4fed3c3b40e50605255537b229ef9d
zebra: Add initial framework to keep track of changed route-maps

Add some basic code for zebra to start to keep track
of route-maps that have changed.  At this point we
are not doing anything.  As we fix code to handle
route-maps better, code will be shifted around.

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