Skip to content

Commit

Permalink
[IPV6]: Remove commented lines.
Browse files Browse the repository at this point in the history
Remove commented lines from netns patchset.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
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 255333c commit a05c44f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4259,15 +4259,6 @@ static void addrconf_net_exit(struct net *net)
{
struct net_device *dev;

/*
* Remove loopback references from default routing entries
*/
/* in6_dev_put(net->ipv6.ip6_null_entry->rt6i_idev); */
/* #ifdef CONFIG_IPV6_MULTIPLE_TABLES */
/* in6_dev_put(net->ipv6.ip6_prohibit_entry->rt6i_idev); */
/* in6_dev_put(net->ipv6.ip6_blk_hole_entry->rt6i_idev); */
/* #endif */

rtnl_lock();
/* clean dev list */
for_each_netdev(net, dev) {
Expand Down

0 comments on commit a05c44f

Please sign in to comment.