X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=net%2Fbatman-adv%2Fdistributed-arp-table.c;h=aa5d4946d0d784d32fdcdce217c4f2bb482502f0;hb=cc2f33860cea0e48ebec096130bd0f7c4bf6e0bc;hp=b25fd64d727b0d6e8227671f860b133095df5100;hpb=377fe0f968b30a1a714fab53a908061914f30e26;p=linux-2.6-microblaze.git diff --git a/net/batman-adv/distributed-arp-table.c b/net/batman-adv/distributed-arp-table.c index b25fd64d727b..aa5d4946d0d7 100644 --- a/net/batman-adv/distributed-arp-table.c +++ b/net/batman-adv/distributed-arp-table.c @@ -940,8 +940,7 @@ bool batadv_dat_snoop_outgoing_arp_request(struct batadv_priv *bat_priv, * additional DAT answer may trigger kernel warnings about * a packet coming from the wrong port. */ - if (batadv_is_my_client(bat_priv, dat_entry->mac_addr, - BATADV_NO_FLAGS)) { + if (batadv_is_my_client(bat_priv, dat_entry->mac_addr, vid)) { ret = true; goto out; }