diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2000-09-13 21:03:37 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2000-09-13 21:03:37 +0000 |
commit | 5be75fcaf99ff81b4a8e5c0cee4bc8b36ffc95d0 (patch) | |
tree | 87250fe1cdafe2ee993dd598e00d25618e8d4408 | |
parent | 6b7abbc11e0287199c6c23e84a9166373a7f91c0 (diff) |
Add support for ipf. -moj
-rw-r--r-- | sys/arch/pmax/conf/ELLE | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC.NFS | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC.rz0 | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/sys/arch/pmax/conf/ELLE b/sys/arch/pmax/conf/ELLE index c8a655e9e78..fd9a37d3de5 100644 --- a/sys/arch/pmax/conf/ELLE +++ b/sys/arch/pmax/conf/ELLE @@ -1,4 +1,4 @@ -# $OpenBSD: ELLE,v 1.2 2000/05/01 22:25:46 maja Exp $ +# $OpenBSD: ELLE,v 1.3 2000/09/13 21:03:36 maja Exp $ # # ELLE kernel. Like GENERIC.rz0 but for rz1. # @@ -67,6 +67,8 @@ option KERNFS # kernel data-structure filesystem #option ISO # osi networking #option TPIP #option EON +option IPFILTER # IP packet filter for security +option IPFILTER_LOG # use /dev/ipl to log IPF # i think this is not required for us - NetBSD backwards compatibility #option COMPAT_10 # NetBSD 1.0 #option COMPAT_11 # NetBSD 1.1 diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index 225f15993d1..2f8d0c5ad56 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.17 2000/05/01 22:25:46 maja Exp $ +# $OpenBSD: GENERIC,v 1.18 2000/09/13 21:03:36 maja Exp $ # # GENERIC kernel for the distribition simpleroot # @@ -69,6 +69,8 @@ option KERNFS # kernel data-structure filesystem #option ISO # osi networking #option TPIP #option EON +option IPFILTER # IP packet filter for security +option IPFILTER_LOG # use /dev/ipl to log IPF # i think this is not required for us - NetBSD backwards compatibility #option COMPAT_10 # NetBSD 1.0 #option COMPAT_11 # NetBSD 1.1 diff --git a/sys/arch/pmax/conf/GENERIC.NFS b/sys/arch/pmax/conf/GENERIC.NFS index a46440fb4e3..7c351fd2262 100644 --- a/sys/arch/pmax/conf/GENERIC.NFS +++ b/sys/arch/pmax/conf/GENERIC.NFS @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC.NFS,v 1.6 2000/05/01 22:25:46 maja Exp $ +# $OpenBSD: GENERIC.NFS,v 1.7 2000/09/13 21:03:36 maja Exp $ # # GENERIC netboot / nfs root + swap kernel for the distribition simpleroot # @@ -67,6 +67,8 @@ option KERNFS # kernel data-structure filesystem #option ISO # osi networking #option TPIP #option EON +option IPFILTER # IP packet filter for security +option IPFILTER_LOG # use /dev/ipl to log IPF # i think this is not required for us - NetBSD backwards compatibility #option COMPAT_10 # NetBSD 1.0 #option COMPAT_11 # NetBSD 1.1 diff --git a/sys/arch/pmax/conf/GENERIC.rz0 b/sys/arch/pmax/conf/GENERIC.rz0 index 0a4e0ab549f..40239e412e7 100644 --- a/sys/arch/pmax/conf/GENERIC.rz0 +++ b/sys/arch/pmax/conf/GENERIC.rz0 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC.rz0,v 1.6 2000/05/01 22:25:46 maja Exp $ +# $OpenBSD: GENERIC.rz0,v 1.7 2000/09/13 21:03:36 maja Exp $ # # GENERIC kernel for the distribition simpleroot with root + swap hardcoded # to rz0 - required for use with zip drives for instance @@ -68,6 +68,8 @@ option KERNFS # kernel data-structure filesystem #option ISO # osi networking #option TPIP #option EON +option IPFILTER # IP packet filter for security +option IPFILTER_LOG # use /dev/ipl to log IPF # i think this is not required for us - NetBSD backwards compatibility #option COMPAT_10 # NetBSD 1.0 #option COMPAT_11 # NetBSD 1.1 |