* [patch net-2.6.26][NETNS][IPV6] remove commented lines
@ 2008-03-05 20:34 Daniel Lezcano
2008-03-05 20:37 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lezcano @ 2008-03-05 20:34 UTC (permalink / raw)
To: David Miller; +Cc: Linux Netdev List
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: netns-ipv6-addrconf-fix-comment.patch --]
[-- Type: text/x-patch, Size: 904 bytes --]
Subject: remove commented lines
From: Daniel Lezcano <dlezcano@fr.ibm.com>
Remove commented lines from netns patchset.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
---
net/ipv6/addrconf.c | 9 ---------
1 file changed, 9 deletions(-)
Index: net-2.6.26/net/ipv6/addrconf.c
===================================================================
--- net-2.6.26.orig/net/ipv6/addrconf.c
+++ net-2.6.26/net/ipv6/addrconf.c
@@ -4259,15 +4259,6 @@ static void addrconf_net_exit(struct 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) {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-05 20:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05 20:34 [patch net-2.6.26][NETNS][IPV6] remove commented lines Daniel Lezcano
2008-03-05 20:37 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox