patch-2.4.17 linux/net/sched/cls_u32.c
Next file: linux/net/sched/police.c
Previous file: linux/net/sched/cls_tcindex.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/sched/cls_u32.c
- Orig date:
Sun Sep 30 19:26:09 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/sched/cls_u32.c linux/net/sched/cls_u32.c
@@ -635,7 +635,6 @@
}
}
-#ifdef CONFIG_RTNETLINK
static int u32_dump(struct tcf_proto *tp, unsigned long fh,
struct sk_buff *skb, struct tcmsg *t)
{
@@ -694,7 +693,6 @@
skb_trim(skb, b - skb->data);
return -1;
}
-#endif
struct tcf_proto_ops cls_u32_ops = {
NULL,
@@ -708,11 +706,7 @@
u32_change,
u32_delete,
u32_walk,
-#ifdef CONFIG_RTNETLINK
u32_dump
-#else
- NULL
-#endif
};
#ifdef MODULE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)