Skip to content

Commit

Permalink
[IPV6]: Remove struct pol_chain.
Browse files Browse the repository at this point in the history
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ville Nuorvala authored and David S. Miller committed Oct 19, 2006
1 parent 665d866 commit e320af1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/net/ip6_route.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ struct route_info {
#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
Expand Down

0 comments on commit e320af1

Please sign in to comment.