Home
last modified time | relevance | path

Searched hist:"70620 c46ac2b45c24b0f22002fdf5ddd1f7daf81" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Darp.cdiff 70620c46ac2b45c24b0f22002fdf5ddd1f7daf81 Fri Feb 10 05:07:11 CET 2012 Thomas Graf <tgraf@suug.ch> net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabled

Commit 653241 (net: RFC3069, private VLAN proxy arp support) changed
the behavior of arp proxy to send arp replies back out on the interface
the request came in even if the private VLAN feature is disabled.

Previously we checked rt->dst.dev != skb->dev for in scenarios, when
proxy arp is enabled on for the netdevice and also when individual proxy
neighbour entries have been added.

This patch adds the check back for the pneigh_lookup() scenario.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Acked-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>