|
@@ -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;
|
|
|
}
|