From 3801508b3892e6986fc8a548225c7bd82d5e8dcc Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Wed, 3 Feb 2010 06:05:54 +0000 Subject: [PATCH] --- yaml --- r: 183968 b: refs/heads/master c: d088dde7b19628f386c486f16cd471f5b5682ca8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv4/fib_semantics.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index e524d623f436..57b6a9ee1ff9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b0f83b280fcfa9cdd66b748f0c12fb26ce69e391 +refs/heads/master: d088dde7b19628f386c486f16cd471f5b5682ca8 diff --git a/trunk/net/ipv4/fib_semantics.c b/trunk/net/ipv4/fib_semantics.c index 96b21011a3e4..1af0ea0fb6a2 100644 --- a/trunk/net/ipv4/fib_semantics.c +++ b/trunk/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;