netfilter: fix Kconfig dependencies
[deliverable/linux.git] / net / sched / cls_flow.c
index 5b271a18bc3a54199510d8d7c6b8f2844afefcf9..a3b293d22c660412f5e9e5283a43003202e0b58b 100644 (file)
@@ -276,7 +276,7 @@ fallback:
 
 static u32 flow_get_rtclassid(const struct sk_buff *skb)
 {
-#ifdef CONFIG_NET_CLS_ROUTE
+#ifdef CONFIG_IP_ROUTE_CLASSID
        if (skb_dst(skb))
                return skb_dst(skb)->tclassid;
 #endif
This page took 0.027635 seconds and 5 git commands to generate.