Commit a05c44f6 authored by Daniel Lezcano's avatar Daniel Lezcano Committed by David S. Miller

[IPV6]: Remove commented lines.

Remove commented lines from netns patchset.
Signed-off-by: default avatarDaniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 255333c1
...@@ -4259,15 +4259,6 @@ static void addrconf_net_exit(struct net *net) ...@@ -4259,15 +4259,6 @@ static void addrconf_net_exit(struct net *net)
{ {
struct net_device *dev; 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(); rtnl_lock();
/* clean dev list */ /* clean dev list */
for_each_netdev(net, dev) { for_each_netdev(net, dev) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment