summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlexander Chernavin <achernavin@netgate.com>2022-10-14 11:02:06 +0200
committerAlexander Chernavin <achernavin@netgate.com>2023-07-13 10:40:36 +0200
commit633eb6ee7742449d0644dda7fd83865e3c01f937 (patch)
tree33b7f74e8a9d8ea485c8edf315054620edadab5e /tools
parentMerge pull request #13968 from zhengxiang311019/patch-1 (diff)
downloadfrr-633eb6ee7742449d0644dda7fd83865e3c01f937.tar.xz
frr-633eb6ee7742449d0644dda7fd83865e3c01f937.zip
lib: fix on-match when added to existing route-map entry
Currently, "on-match (next|goto)" only works if already present in a route-map entry when the route-map is applied to the routes. However, if the command is added to an existing route-map entry, the route-map is not reapplied to the routes in order to accommodate the changes. And service restart is needed. The problem is that setting the command doesn't signal about the change to the listener (i.e. to a routing daemon). With this fix, signal to the listener about addition of "on-match (next|goto)" to a route-map entry. Signed-off-by: Alexander Chernavin <achernavin@netgate.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions