]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Added changes to track route-map usage
authorrgirada <rgirada@vmware.com>
Mon, 4 Feb 2019 13:22:39 +0000 (05:22 -0800)
committerrgirada <rgirada@vmware.com>
Mon, 4 Feb 2019 13:22:39 +0000 (05:22 -0800)
commit93d836e6fe498918c0a65217b6e868c47e419c09
tree4582144c827400c874598b4d9fe4737e974d5257
parent54e80c7656779081bfb2dda62c157a6db87112b4
ospfd: Added changes to track route-map usage

Made changes and updated the routemap applied counter in the following flows.
1.Increment the routemap applied counter when route map attached to a
  redistribution list. The counter will be updated if the routemap exists.
2.Decrement when route map removed / modified from a redistribution  list.
3.Increment/decrement when route map create/delete callback triggered.

Signed-off-by: RajeshGirada <rgirada@vmware.com>
ospfd/ospf_routemap.c
ospfd/ospf_zebra.c