patch-2.3.99-pre2 linux/net/sched/sch_ingress.c
Next file: linux/net/sunrpc/svcsock.c
Previous file: linux/net/sched/cls_fw.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Mar 17 10:56:20 2000
- Orig file:
v2.3.99-pre1/linux/net/sched/sch_ingress.c
- Orig date:
Tue Mar 14 19:10:40 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/net/sched/sch_ingress.c linux/net/sched/sch_ingress.c
@@ -224,14 +224,14 @@
return fwres;
}
-/* after iptables */
+/* after ipt_filter */
static struct nf_hook_ops ing_ops =
{
{ NULL, NULL},
ing_hook,
PF_INET,
NF_IP_PRE_ROUTING,
- 1
+ NF_IP_PRI_FILTER + 1
};
int ingress_init(struct Qdisc *sch,struct rtattr *opt)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)