patch-2.3.15 linux/net/rose/rose_link.c
Next file: linux/net/rose/rose_route.c
Previous file: linux/net/rose/af_rose.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Aug 23 10:01:02 1999
- Orig file:
v2.3.14/linux/net/rose/rose_link.c
- Orig date:
Sat Apr 11 17:18:16 1998
diff -u --recursive --new-file v2.3.14/linux/net/rose/rose_link.c linux/net/rose/rose_link.c
@@ -36,7 +36,7 @@
#include <linux/fcntl.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
-#include <linux/firewall.h>
+#include <linux/netfilter.h>
#include <net/rose.h>
static void rose_ftimer_expiry(unsigned long);
@@ -291,10 +291,12 @@
{
unsigned char *dptr;
+#if 0
if (call_fw_firewall(PF_ROSE, skb->dev, skb->data, NULL, &skb) != FW_ACCEPT) {
kfree_skb(skb);
return;
}
+#endif
if (neigh->loopback) {
rose_loopback_queue(skb, neigh);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)