diff options
author | Christoph Egger <siccegge@stud.informatik.uni-erlangen.de> | 2010-02-03 06:05:54 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-04 14:58:46 -0800 |
commit | d088dde7b19628f386c486f16cd471f5b5682ca8 (patch) | |
tree | 866f1deec031031b0cabd4329f0700cbc999e15a /net/ipv4/fib_semantics.c | |
parent | b0f83b280fcfa9cdd66b748f0c12fb26ce69e391 (diff) | |
download | linux-d088dde7b19628f386c486f16cd471f5b5682ca8.tar.gz linux-d088dde7b19628f386c486f16cd471f5b5682ca8.tar.bz2 linux-d088dde7b19628f386c486f16cd471f5b5682ca8.zip |
ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE)
CONFIG_IP_ROUTE_PERVASIVE is missing a corresponding config
IP_ROUTE_PERVASIVE somewhere in KConfig (and missing it for ages
already) so it looks like some aging artefact no longer needed.
Therefor this patch kills of the only remaining reference to that
config Item removing the already unrechable code snipet.
Signed-off-by: Christoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_semantics.c')
-rw-r--r-- | net/ipv4/fib_semantics.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index 96b21011a3e4..1af0ea0fb6a2 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c @@ -528,10 +528,6 @@ static int fib_check_nh(struct fib_config *cfg, struct fib_info *fi, if (nh->nh_gw) { struct fib_result res; -#ifdef CONFIG_IP_ROUTE_PERVASIVE - if (nh->nh_flags&RTNH_F_PERVASIVE) - return 0; -#endif if (nh->nh_flags&RTNH_F_ONLINK) { struct net_device *dev; |