diff options
author | 2001-07-06 17:40:35 +0000 | |
---|---|---|
committer | 2001-07-06 17:40:35 +0000 | |
commit | cbc1ae75a04de6399587f4cb4fcc8af0bcbc9e09 (patch) | |
tree | b41d92dfbfceae1f64b8f4e114d621bd688dfbf3 /sys | |
parent | some cleanup, okay dhartmei@ (diff) | |
download | wireguard-openbsd-cbc1ae75a04de6399587f4cb4fcc8af0bcbc9e09.tar.xz wireguard-openbsd-cbc1ae75a04de6399587f4cb4fcc8af0bcbc9e09.zip |
"option IPSEC needs the enc interface"
Diffstat (limited to 'sys')
-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 a0f4cfa5f52..0511c71f46d 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.81 2001/07/05 16:51:32 jjbg Exp $ +# $OpenBSD: GENERIC,v 1.82 2001/07/06 17:40:35 angelos Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -85,7 +85,7 @@ pseudo-device sl 2 # CSLIP pseudo-device ppp 2 # PPP pseudo-device sppp 1 # Sync PPP/HDLC pseudo-device tun 2 # network tunneling over tty -pseudo-device enc 1 # IPSEC needs the encapsulation interface +pseudo-device enc 1 # option IPSEC needs the encapsulation interface pseudo-device bridge 2 # network bridging support pseudo-device vlan 2 # IEEE 802.1Q VLAN pseudo-device gre 1 # GRE encapsulation interface |