summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1997-02-26 16:31:16 +0000
committerniklas <niklas@openbsd.org>1997-02-26 16:31:16 +0000
commit254db27f444f7fb0fc3c97b34d4589e450484ff9 (patch)
tree17a7c3063088400881732b832b990766e59d43b0
parentWorkaround for some weird cpp bug that made cpuconf.o builds fail (diff)
downloadwireguard-openbsd-254db27f444f7fb0fc3c97b34d4589e450484ff9.tar.xz
wireguard-openbsd-254db27f444f7fb0fc3c97b34d4589e450484ff9.zip
Add IP-SEC
-rw-r--r--sys/arch/alpha/conf/OPAL4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/OPAL b/sys/arch/alpha/conf/OPAL
index 9f3ecbb73d0..943a12c99e8 100644
--- a/sys/arch/alpha/conf/OPAL
+++ b/sys/arch/alpha/conf/OPAL
@@ -1,4 +1,4 @@
-# $OpenBSD: OPAL,v 1.5 1997/01/24 19:57:00 niklas Exp $
+# $OpenBSD: OPAL,v 1.6 1997/02/26 16:31:16 niklas Exp $
#
# OPAL, kernel for a DEC Multia at Applitron
@@ -37,6 +37,7 @@ option SYSVSHM
# Networking options
option INET # Internet protocol suite
+option IPSEC # IP-SEC encapsulation
# 4.3BSD compatibility. Should be optional, but necessary for now.
option COMPAT_43
@@ -154,3 +155,4 @@ pseudo-device pty 64
pseudo-device sl 4
pseudo-device vnd 4
pseudo-device rd 1
+pseudo-device enc 4