Skip to content

Commit

Permalink
zebra: removing the duplicate declaration of zebra_evpn_acc_vl_find
Browse files Browse the repository at this point in the history
Fixed build break after merging SVD/DVNI upstream PR#12364

Testing Done:
dev build

Ticket: #NA
Signed-off-by: Rajesh Varatharaj <rvaratharaj@nvidia.com>
  • Loading branch information
routingrocks authored and donaldsharp committed Feb 3, 2023
1 parent bab429c commit 48019a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zebra/zebra_evpn_arp_nd.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ static int zebra_evpn_arp_nd_proc(struct zebra_if *zif, uint16_t vlan,
return 0;
}

acc_bd = zebra_evpn_acc_vl_find(vlan ? vlan : zif->pvid,
zif->brslave_info.br_if);
acc_bd = zebra_evpn_acc_vl_find(vlan ? vlan : zif->pvid, zif->ifp);
if (!acc_bd || !acc_bd->zevpn) {
++zevpn_arp_nd_info.stat.vni_missing;
if (IS_ZEBRA_DEBUG_EVPN_MH_ARP_ND_PKT)
Expand Down

0 comments on commit 48019a8

Please sign in to comment.