aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2012-03-06 21:21:10 +0000
committerDavid S. Miller <davem@davemloft.net>2012-03-08 00:30:32 -0800
commitac3f48de09d8f4b73397047e413fadff7f65cfa7 (patch)
treeae13a0ca68397df2792e064b0877376d106a2030 /include
parentinetpeer: Invalidate the inetpeer tree along with the routing cache (diff)
downloadlinux-dev-ac3f48de09d8f4b73397047e413fadff7f65cfa7.tar.xz
linux-dev-ac3f48de09d8f4b73397047e413fadff7f65cfa7.zip
route: Remove redirect_genid
As we invalidate the inetpeer tree along with the routing cache now, we don't need a genid to reset the redirect handling when the routing cache is flushed. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/inetpeer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h
index ff04a33acf00..b94765e38e80 100644
--- a/include/net/inetpeer.h
+++ b/include/net/inetpeer.h
@@ -35,7 +35,6 @@ struct inet_peer {
u32 metrics[RTAX_MAX];
u32 rate_tokens; /* rate limiting for ICMP */
- int redirect_genid;
unsigned long rate_last;
unsigned long pmtu_expires;
u32 pmtu_orig;