]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Routemap is not getting applied upon changing the routemap action
authorrgirada <rgirada@vmware.com>
Fri, 19 Feb 2021 04:15:40 +0000 (20:15 -0800)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 29 Apr 2021 14:23:37 +0000 (17:23 +0300)
commit4fc5dafd1c8167a98e3a5f51efc1ea5092513364
treef9cf2f3cd2efe9cd0049cf36be44a170236d90c8
parent6e0368f61af5f63cce4c4bef1dee72db958ea59e
lib: Routemap is not getting applied upon changing the routemap action

Description:
This looks broken after NB changes in routemap. When routemap
action modified from permit to deny, it is expected to apply
the new action on the filtered routes before the action in the
routemap data structure has been changed. But currently this is
not handled by the corresponding northbound API.

Signed-off-by: Rajesh Girada <rgirada@vmware.com>
lib/routemap_northbound.c