diff options
Diffstat (limited to 'net/ipv6/ip6_input.c')
-rw-r--r-- | net/ipv6/ip6_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_input.c b/net/ipv6/ip6_input.c index 7d18cac3f110..9149fc239759 100644 --- a/net/ipv6/ip6_input.c +++ b/net/ipv6/ip6_input.c | |||
@@ -91,7 +91,7 @@ int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt | |||
91 | * | 91 | * |
92 | * BTW, when we send a packet for our own local address on a | 92 | * BTW, when we send a packet for our own local address on a |
93 | * non-loopback interface (e.g. ethX), it is being delivered | 93 | * non-loopback interface (e.g. ethX), it is being delivered |
94 | * via the loopback interface (lo) here; skb->dev = &loopback_dev. | 94 | * via the loopback interface (lo) here; skb->dev = loopback_dev. |
95 | * It, however, should be considered as if it is being | 95 | * It, however, should be considered as if it is being |
96 | * arrived via the sending interface (ethX), because of the | 96 | * arrived via the sending interface (ethX), because of the |
97 | * nature of scoping architecture. --yoshfuji | 97 | * nature of scoping architecture. --yoshfuji |