patch-2.4.17 linux/net/sched/cls_route.c
Next file: linux/net/sched/cls_rsvp.h
Previous file: linux/net/sched/cls_fw.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_route.c
- Orig date:
Sun Sep 30 19:26:09 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/sched/cls_route.c linux/net/sched/cls_route.c
@@ -550,7 +550,6 @@
}
}
-#ifdef CONFIG_RTNETLINK
static int route4_dump(struct tcf_proto *tp, unsigned long fh,
struct sk_buff *skb, struct tcmsg *t)
{
@@ -606,7 +605,6 @@
skb_trim(skb, b - skb->data);
return -1;
}
-#endif
struct tcf_proto_ops cls_route4_ops = {
NULL,
@@ -620,11 +618,7 @@
route4_change,
route4_delete,
route4_walk,
-#ifdef CONFIG_RTNETLINK
route4_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)