Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90035
b: refs/heads/master
c: da6bb5c
h: refs/heads/master
i:
  90033: 27655f0
  90031: 9fb0e32
v: v3
  • Loading branch information
Daniel Lezcano authored and David S. Miller committed Mar 5, 2008
1 parent 49bd7c6 commit b8a5de4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: c20121ae87955cfc8b51f89072294fc6077f39ad
refs/heads/master: da6bb5c0c5c22e8289aa555afadfb69487fafbc3
5 changes: 0 additions & 5 deletions trunk/net/ipv6/ip6_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt
u32 pkt_len;
struct inet6_dev *idev;

if (dev->nd_net != &init_net) {
kfree_skb(skb);
return 0;
}

if (skb->pkt_type == PACKET_OTHERHOST) {
kfree_skb(skb);
return 0;
Expand Down

0 comments on commit b8a5de4

Please sign in to comment.