Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377404
b: refs/heads/master
c: eb064c3
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Jun 19, 2013
1 parent eebc651 commit 0e58983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4afe2156eb639e563d6ef0c2706b66ea400348b2
refs/heads/master: eb064c3b49931dc73bba59887019c7f5cb97d322
2 changes: 1 addition & 1 deletion trunk/drivers/net/vxlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ static bool vxlan_snoop(struct net_device *dev,
return false;

/* Don't migrate static entries, drop packets */
if (!(f->flags & NTF_SELF))
if (f->state & NUD_NOARP)
return true;

if (net_ratelimit())
Expand Down

0 comments on commit 0e58983

Please sign in to comment.