Skip to content

Commit

Permalink
[NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network n…
Browse files Browse the repository at this point in the history
…amespace

The different subsystem of ipv6 are ready for namespaces, so let's
activate it for ipv6_rcv.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: Benjamin Thery <benjamin.thery@bull.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Daniel Lezcano authored and David S. Miller committed Mar 5, 2008
1 parent c20121a commit da6bb5c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions 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 da6bb5c

Please sign in to comment.