mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:57:45 +00:00
Merge pull request #10711 from anlancs/zebra-remove-flag
zebra: remove unnecessary assignment
This commit is contained in:
commit
1b387a2894
@ -2203,7 +2203,6 @@ int zebra_evpn_neigh_gw_macip_add(struct interface *ifp,
|
||||
/* Only advertise in BGP if the knob is enabled */
|
||||
if (advertise_gw_macip_enabled(zevpn)) {
|
||||
|
||||
SET_FLAG(mac->flags, ZEBRA_MAC_DEF_GW);
|
||||
SET_FLAG(n->flags, ZEBRA_NEIGH_DEF_GW);
|
||||
/* Set Router flag (R-bit) */
|
||||
if (ip->ipa_type == IPADDR_V6)
|
||||
|
Loading…
Reference in New Issue
Block a user