]> git.puffer.fish Git - mirror/frr.git/commit
lib: Trigger callbacks to re-evaluate route-map clauses when "call" CLI is executed. 3064/head
authorNaveen Thanikachalam <nthanikachal@vmware.com>
Fri, 21 Sep 2018 04:15:49 +0000 (21:15 -0700)
committerNaveen Thanikachalam <nthanikachal@vmware.com>
Fri, 21 Sep 2018 05:07:29 +0000 (22:07 -0700)
commitfdf823db5597f3c59b01c7e01b0140a7fd39a7c9
treea608e811aeff617d714f5544bf933f1bf8b41dcd
parentdc790ba83d9ff3b0fa31993bea7682e720f3023b
lib: Trigger callbacks to re-evaluate route-map clauses when "call" CLI is executed.

When the "call" CLI is executed from with-in a route-map that is already in use,
there is a need to get the route-map clients to re-evalute the clauses defined
by both the parent route-map, as well as the child route-map.
The existing callbacks, add_hook() and delete_hook() can be used by the lib to
inform the clients when the "call" is configured and unconfigured.

Signed-off-by: NaveenThanikachalam <nthanikachal@vmware.com>
lib/routemap.c