]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix route-map match probability deconfiguration callback 15198/head
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 22 Jan 2024 20:31:21 +0000 (22:31 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 23 Jan 2024 06:50:21 +0000 (06:50 +0000)
commitb8fb7fe14738f46e959026fc170f9a6dcf6b528d
treefbb7de9257360e87fd4647637287a1ed80ac7b02
parent153a38db8d7f7d752a845be4bf026753ff2feecc
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>
(cherry picked from commit 7006880bc2dcb0f85017638cc760d1d3343e4bb9)
bgpd/bgp_routemap_nb_config.c