Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/xen-netfront.c Minor overlapping changes in xen-netfront.c, mostly to do with some buffer management changes alongside the split of stats into TX and RX. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -154,7 +154,8 @@ int br_handle_frame_finish(struct sk_buff *skb)
|
||||
dst = NULL;
|
||||
|
||||
if (is_broadcast_ether_addr(dest)) {
|
||||
if (p->flags & BR_PROXYARP &&
|
||||
if (IS_ENABLED(CONFIG_INET) &&
|
||||
p->flags & BR_PROXYARP &&
|
||||
skb->protocol == htons(ETH_P_ARP))
|
||||
br_do_proxy_arp(skb, br, vid);
|
||||
|
||||
|
Reference in New Issue
Block a user