ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE)
[safe/jmp/linux-2.6] / net / ipv4 / fib_semantics.c
index 96b2101..1af0ea0 100644 (file)
@@ -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;