diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-04-14 00:27:30 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-04-14 00:27:30 +0000 |
commit | 9a2c22bf1399444fd67a29f54725d4023a1afb21 (patch) | |
tree | b42241a286a5ddfdac00c9bf7b836ef4cddfc282 /sys/arch/mac68k/conf/GENERICSBC | |
parent | 4873d8d7d412697119f22209bb16cb042a9c2c07 (diff) |
options IPFILTER
Diffstat (limited to 'sys/arch/mac68k/conf/GENERICSBC')
-rw-r--r-- | sys/arch/mac68k/conf/GENERICSBC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index ef37c30bcd7..e42e528bb57 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERICSBC,v 1.4 1997/04/03 03:53:26 briggs Exp $ +# $OpenBSD: GENERICSBC,v 1.5 1997/04/14 00:27:29 briggs Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERIC @@ -40,6 +40,7 @@ options SCSI options INET options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP options GATEWAY # IP packet forwarding +options IPFILTER #options ISO # OSI networking #options TPIP #options EON |