diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-22 21:15:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-22 21:15:50 +0000 |
commit | bd516df9660db8979bee00106127b41c024291e9 (patch) | |
tree | f959fef7ab300f10f894125872213a6489a2af55 /sys/arch/i386/conf | |
parent | 478597b5a4f8c9c2e93abbf7a066fbec1d3ff955 (diff) |
add ipsec
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/BABY | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/LAP | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index 1823f88df60..0970f654a00 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.20 1997/06/23 19:05:38 kstailey Exp $ +# $OpenBSD: BABY,v 1.21 1997/07/22 21:15:48 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -71,6 +71,7 @@ option PROCFS # /proc option "NMBCLUSTERS=1024" option GATEWAY # packet forwarding option INET # IP + ICMP + TCP + UDP +option IPSEC # IPsec option NS # XNS #option ISO,TPIP # OSI #option EON # OSI tunneling over IP @@ -200,3 +201,4 @@ pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # paging to files pseudo-device ccd 4 # concatenated disk devices pseudo-device rd 2 # ramdisk (don't remove ;) +pseudo-device enc 4 # encryption device diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP index e11edf46129..614705c4f2f 100644 --- a/sys/arch/i386/conf/LAP +++ b/sys/arch/i386/conf/LAP @@ -1,4 +1,4 @@ -# $OpenBSD: LAP,v 1.18 1997/04/29 05:15:17 deraadt Exp $ +# $OpenBSD: LAP,v 1.19 1997/07/22 21:15:49 deraadt Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -67,6 +67,7 @@ option KERNFS # /kern option GATEWAY # packet forwarding option INET # IP + ICMP + TCP + UDP +option IPSEC # IPsec #option NS # XNS #option ISO,TPIP # OSI #option EON # OSI tunneling over IP @@ -205,3 +206,4 @@ pseudo-device tun 2 # network tunneling over tty pseudo-device pty 32 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # paging to files +pseudo-device enc 4 # encryption device |