ipv4: Remove 'rt_dst' from 'struct rtable'

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2012-07-12 10:10:17 -07:00
parent b48698895d
commit f1ce3062c5
3 changed files with 9 additions and 38 deletions

View File

@@ -48,7 +48,6 @@ struct rtable {
unsigned int rt_flags;
__u16 rt_type;
__be32 rt_dst; /* Path destination */
int rt_route_iif;
int rt_iif;
int rt_oif;