summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-02-04 23:25:05 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-02-04 23:25:05 +0000
commit20f0df5e2850d4ed7f0742a2e53ff737eb2533c6 (patch)
tree7d332315ba7510c6bd4fa5c8beaad8175936ef39 /sys/arch/sun3/include
parent3779c5947637f32b0a8bf6956a7435ce99a2ad43 (diff)
ipfiltering
Diffstat (limited to 'sys/arch/sun3/include')
-rw-r--r--sys/arch/sun3/include/conf.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/arch/sun3/include/conf.h b/sys/arch/sun3/include/conf.h
index 0e9edaf8da1..82d02b439ae 100644
--- a/sys/arch/sun3/include/conf.h
+++ b/sys/arch/sun3/include/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.5 1997/01/16 04:04:05 kstailey Exp $ */
+/* $OpenBSD: conf.h,v 1.6 1997/02/04 23:25:04 kstailey Exp $ */
/*-
* Copyright (c) 1996 Kenneth Stailey. All rights reserved.
@@ -74,3 +74,12 @@ cdev_decl(bw2);
cdev_decl(cg2);
#include "cgfour.h"
cdev_decl(cg4);
+
+/* IP packet filtering */
+/* open, close, read, ioctl */
+cdev_decl(ipl);
+#ifdef IPFILTER
+#define NIPF 1
+#else
+#define NIPF 0
+#endif