summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
diff options
context:
space:
mode:
authorugen <ugen@FreeBSD.org>1994-12-12 17:20:55 +0000
committerugen <ugen@FreeBSD.org>1994-12-12 17:20:55 +0000
commitdd9e9b49e3773143f680ad0f18ead7b8023682cc (patch)
tree773d863fe59cc745780c988f947286cd83a89acb /sys/netinet/raw_ip.c
parentd3899ce8a10f936258877e027e9db900c9076e68 (diff)
downloadFreeBSD-src-dd9e9b49e3773143f680ad0f18ead7b8023682cc.zip
FreeBSD-src-dd9e9b49e3773143f680ad0f18ead7b8023682cc.tar.gz
Add match by interface from which packet arrived (via)
Handle right fragmented packets. Remove checking option from kernel..
Diffstat (limited to 'sys/netinet/raw_ip.c')
-rw-r--r--sys/netinet/raw_ip.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c
index 4b33614..bbba46e 100644
--- a/sys/netinet/raw_ip.c
+++ b/sys/netinet/raw_ip.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)raw_ip.c 8.2 (Berkeley) 1/4/94
- * $Id: raw_ip.c,v 1.6 1994/10/28 15:09:49 jkh Exp $
+ * $Id: raw_ip.c,v 1.8 1994/11/16 10:17:11 jkh Exp $
*/
#include <sys/param.h>
@@ -214,8 +214,6 @@ rip_ctloutput(op, so, level, optname, m)
#ifdef IPFIREWALL
case IP_FW_ADD_BLK:
case IP_FW_ADD_FWD:
- case IP_FW_CHK_BLK:
- case IP_FW_CHK_FWD:
case IP_FW_DEL_BLK:
case IP_FW_DEL_FWD:
case IP_FW_FLUSH:
OpenPOWER on IntegriCloud