aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2012-06-30 22:02:59 -0400
committerDavid S. Miller <davem@davemloft.net>2012-07-20 16:31:00 -0400
commitd6c0a4f609847d6e65658913f9ccbcb1c137cff3 (patch)
tree94a4f12618d5ced2a0d83eb75d4564e92a59d7df /include
parent1a00fee4ffb22312a0ac40045ecd6f222b55eb3d (diff)
ipv4: Kill 'rt_src' from 'struct rtable'
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h
index 935fa59630b..85d1093e42d 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;