mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 20:18:56 +00:00
Merge pull request #2577 from pacovn/Coverity_1399377_Structurally_dead_code
bgpd: dead code (Coverity 1399377)
This commit is contained in:
commit
bced989bf0
@ -3017,9 +3017,9 @@ static int rfapiDeleteLocalPrefixesByRFD(struct rfapi_local_reg_delete_arg *cda,
|
|||||||
* match un, vn addresses of NVEs
|
* match un, vn addresses of NVEs
|
||||||
*/
|
*/
|
||||||
if (pUn && (rfapi_ip_addr_cmp(pUn, &rfd->un_addr)))
|
if (pUn && (rfapi_ip_addr_cmp(pUn, &rfd->un_addr)))
|
||||||
continue;
|
break;
|
||||||
if (pVn && (rfapi_ip_addr_cmp(pVn, &rfd->vn_addr)))
|
if (pVn && (rfapi_ip_addr_cmp(pVn, &rfd->vn_addr)))
|
||||||
continue;
|
break;
|
||||||
|
|
||||||
#if DEBUG_L2_EXTRA
|
#if DEBUG_L2_EXTRA
|
||||||
vnc_zlog_debug_verbose("%s: un, vn match", __func__);
|
vnc_zlog_debug_verbose("%s: un, vn match", __func__);
|
||||||
|
Loading…
Reference in New Issue
Block a user