diff options
author | Alexander Chernavin <achernavin@netgate.com> | 2022-10-14 11:02:06 +0200 |
---|---|---|
committer | Alexander Chernavin <achernavin@netgate.com> | 2023-07-13 10:40:36 +0200 |
commit | 633eb6ee7742449d0644dda7fd83865e3c01f937 (patch) | |
tree | 33b7f74e8a9d8ea485c8edf315054620edadab5e /tools | |
parent | Merge pull request #13968 from zhengxiang311019/patch-1 (diff) | |
download | frr-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