diff options
author | 1999-10-29 05:15:27 +0000 | |
---|---|---|
committer | 1999-10-29 05:15:27 +0000 | |
commit | cf380d1e98ee009d9df5d6a33dd75c496237d496 (patch) | |
tree | e929af6cc7086654426ceb40bc3f3b973457d680 | |
parent | Roll back, wait for Niklas to fix it (who knows what the crazy Swede (diff) | |
download | wireguard-openbsd-cf380d1e98ee009d9df5d6a33dd75c496237d496.tar.xz wireguard-openbsd-cf380d1e98ee009d9df5d6a33dd75c496237d496.zip |
Up the number of enc interfaces.
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 67f52b14d24..8cb38ce454c 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.57 1999/10/06 05:25:27 millert Exp $ +# $OpenBSD: GENERIC,v 1.58 1999/10/29 05:15:27 angelos Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -80,7 +80,7 @@ pseudo-device sl 2 # CSLIP pseudo-device ppp 2 # PPP pseudo-device sppp # Sync PPP/HDLC pseudo-device tun 2 # network tunneling over tty -pseudo-device enc 1 # IPSEC needs the encapsulation interface +pseudo-device enc 4 # IPSEC needs the encapsulation interface #pseudo-device strip 1 # Starmode Radio IP interface pseudo-device pty 64 # pseudo-terminals |