]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix route-map match probability deconfiguration callback 15193/head
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 22 Jan 2024 20:31:21 +0000 (22:31 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 22 Jan 2024 20:31:21 +0000 (22:31 +0200)
commit7006880bc2dcb0f85017638cc760d1d3343e4bb9
tree240948d8beb6dddabad3bb68c4cc69d8ed4f8973
parent22d1ad786f6961bf4f685599b5fb16a84b802346
bgpd: fix route-map match probability deconfiguration callback

Add missing break. Currently, lib_route_map_entry_match_destroy is
called on every commit stage, but it should run only on APPLY.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
bgpd/bgp_routemap_nb_config.c