diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-31 00:15:23 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-31 00:15:23 +0000 |
commit | 9f6abd64e50517cbfb0c2a521763de893cf70851 (patch) | |
tree | 5c202470ce6054d497e021600de3c2f31bfc3ebb /sys/conf | |
parent | 5bc493fbfffdc4ecf99966da48188972cb130cc4 (diff) |
Up the number of gif interfaces, we just need one enc interface.
Diffstat (limited to 'sys/conf')
-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 4af38ba78ec..6b6e2373b3d 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.66 2000/10/13 04:21:14 itojun Exp $ +# $OpenBSD: GENERIC,v 1.67 2000/12/31 00:15:22 angelos Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -87,7 +87,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 4 # IPSEC needs the encapsulation interface +pseudo-device enc 1 # IPSEC needs the encapsulation interface #pseudo-device strip 1 # Starmode Radio IP interface pseudo-device pty 64 # pseudo-terminals |