Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119883
b: refs/heads/master
c: 24fc7b8
h: refs/heads/master
i:
  119881: cc745b7
  119879: eee6f80
v: v3
  • Loading branch information
Jan Sembera authored and David S. Miller committed Dec 9, 2008
1 parent 71fde63 commit 0e2a816
Show file tree
Hide file tree
Showing 2 changed files with 7 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: fbf0229e946deb9e6c711f9eaa5c8d670c3a28fd
refs/heads/master: 24fc7b86dc0470616803be2f921c8cd5c459175d
7 changes: 6 additions & 1 deletion trunk/net/ipv6/ndisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,13 @@ static void ndisc_recv_na(struct sk_buff *skb)
is invalid, but ndisc specs say nothing
about it. It could be misconfiguration, or
an smart proxy agent tries to help us :-)
We should not print the error if NA has been
received from loopback - it is just our own
unsolicited advertisement.
*/
ND_PRINTK1(KERN_WARNING
if (skb->pkt_type != PACKET_LOOPBACK)
ND_PRINTK1(KERN_WARNING
"ICMPv6 NA: someone advertises our address on %s!\n",
ifp->idev->dev->name);
in6_ifa_put(ifp);
Expand Down

0 comments on commit 0e2a816

Please sign in to comment.