* [PATCH 1/13] [IPV6] Remove struct pol_chain.
@ 2006-10-16 23:54 Ville Nuorvala
2006-10-17 5:07 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Ville Nuorvala @ 2006-10-16 23:54 UTC (permalink / raw)
To: David S. Miller; +Cc: YOSHIFUJI Hideaki, Thomas Graf, kim.nordlund, netdev
Struct pol_chain has existed since at least the 2.2 kernel, but isn't used
anymore. As the IPv6 policy routing is implemented in a totally different
way in the current kernel, just get rid of it.
Signed-off-by: Ville Nuorvala <vnuorval@tcs.hut.fi>
---
include/net/ip6_route.h | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index 6ca6b71..c14b70e 100644
--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -36,13 +36,6 @@ #define RT6_LOOKUP_F_IFACE 0x1
#define RT6_LOOKUP_F_REACHABLE 0x2
#define RT6_LOOKUP_F_HAS_SADDR 0x4
-struct pol_chain {
- int type;
- int priority;
- struct fib6_node *rules;
- struct pol_chain *next;
-};
-
extern struct rt6_info ip6_null_entry;
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
--
1.4.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/13] [IPV6] Remove struct pol_chain.
2006-10-16 23:54 [PATCH 1/13] [IPV6] Remove struct pol_chain Ville Nuorvala
@ 2006-10-17 5:07 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-10-17 5:07 UTC (permalink / raw)
To: vnuorval; +Cc: yoshfuji, tgraf, kim.nordlund, netdev
From: Ville Nuorvala <vnuorval@tcs.hut.fi>
Date: Tue, 17 Oct 2006 02:54:27 +0300
> Struct pol_chain has existed since at least the 2.2 kernel, but isn't used
> anymore. As the IPv6 policy routing is implemented in a totally different
> way in the current kernel, just get rid of it.
>
> Signed-off-by: Ville Nuorvala <vnuorval@tcs.hut.fi>
That's obvious enough, good catch.
Applied, thanks a lot.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-17 5:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-16 23:54 [PATCH 1/13] [IPV6] Remove struct pol_chain Ville Nuorvala
2006-10-17 5:07 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).