diff options
author | 1997-03-02 08:04:48 +0000 | |
---|---|---|
committer | 1997-03-02 08:04:48 +0000 | |
commit | e92e1f81bcf4eb3cac4ff27ade68f84f10f73199 (patch) | |
tree | 646626fecb1cc85c0eeb2f1ed861f6764ae7a5e7 | |
parent | This is a P5 with PCI and not a 486 with EISA now. Also enable IPSEC. (diff) | |
download | wireguard-openbsd-e92e1f81bcf4eb3cac4ff27ade68f84f10f73199.tar.xz wireguard-openbsd-e92e1f81bcf4eb3cac4ff27ade68f84f10f73199.zip |
Enable IPSEC
-rw-r--r-- | sys/arch/i386/conf/GANDALF | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF index 1c4ad6162f7..94280e698bc 100644 --- a/sys/arch/i386/conf/GANDALF +++ b/sys/arch/i386/conf/GANDALF @@ -1,7 +1,7 @@ # # GANDALF -- Dual Tyan P5/133 PCI/EISA bus # -# $OpenBSD: GANDALF,v 1.21 1997/02/27 06:21:42 tholo Exp $ +# $OpenBSD: GANDALF,v 1.22 1997/03/02 08:04:48 tholo Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -75,9 +75,9 @@ option PROCFS # /proc #option UMAPFS # NULLFS + uid and gid remapping option UNION # union file system -#option GATEWAY # packet forwarding +option GATEWAY # packet forwarding option INET # IP + ICMP + TCP + UDP -#option IPSEC # IPsec +option IPSEC # IPsec #option IMP # missing files #option NS # XNS #option ISO,TPIP # OSI @@ -137,7 +137,7 @@ pseudo-device bpfilter 8 # packet filter #pseudo-device sl 2 # CSLIP pseudo-device ppp 1 # PPP #pseudo-device tun 2 # network tunneling over tty -#pseudo-device enc 4 # encryption device +pseudo-device enc 4 # encryption device pseudo-device pty 64 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline |