diff options
author | David Miller <davem@davemloft.net> | 2012-06-30 22:02:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-20 16:31:00 -0400 |
commit | d6c0a4f609847d6e65658913f9ccbcb1c137cff3 (patch) | |
tree | 94a4f12618d5ced2a0d83eb75d4564e92a59d7df /include/net/route.h | |
parent | 1a00fee4ffb22312a0ac40045ecd6f222b55eb3d (diff) |
ipv4: Kill 'rt_src' from 'struct rtable'
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h index 935fa59630b0..85d1093e42de 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
@@ -49,7 +49,6 @@ struct rtable { | |||
49 | __u16 rt_type; | 49 | __u16 rt_type; |
50 | 50 | ||
51 | __be32 rt_dst; /* Path destination */ | 51 | __be32 rt_dst; /* Path destination */ |
52 | __be32 rt_src; /* Path source */ | ||
53 | int rt_route_iif; | 52 | int rt_route_iif; |
54 | int rt_iif; | 53 | int rt_iif; |
55 | int rt_oif; | 54 | int rt_oif; |