mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 20:55:25 +00:00
bgpd: copy-paste error (Coverity 1399202)
Signed-off-by: F. Aragon <paco@voltanet.io>
This commit is contained in:
parent
62a9c814e1
commit
343cdb6143
@ -7072,7 +7072,7 @@ static int bgp_clear_prefix(struct vty *vty, const char *view_name,
|
||||
!= NULL) {
|
||||
if (rm->p.prefixlen
|
||||
== match.prefixlen) {
|
||||
SET_FLAG(rn->flags,
|
||||
SET_FLAG(rm->flags,
|
||||
BGP_NODE_USER_CLEAR);
|
||||
bgp_process(bgp, rm, afi, safi);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user