diff options
author | 1998-02-15 00:38:20 +0000 | |
---|---|---|
committer | 1998-02-15 00:38:20 +0000 | |
commit | 12ff612ff3ca6b42e6793623a9d82c89e8cd35e8 (patch) | |
tree | b90e54f798bab4e7940641caa7d91374be66b309 | |
parent | Give correct format to strftime(3) instead of using "%c" and making (diff) | |
download | wireguard-openbsd-12ff612ff3ca6b42e6793623a9d82c89e8cd35e8.tar.xz wireguard-openbsd-12ff612ff3ca6b42e6793623a9d82c89e8cd35e8.zip |
provide an lo1 for the netmask hack
-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 2f98e00c1b3..fb1b017f87e 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.26 1997/11/05 01:58:52 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.27 1998/02/15 00:38:20 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -65,7 +65,7 @@ option IPFILTER_LOG # use /dev/ipl to log IPF option PPP_BSDCOMP # PPP BSD compression option PPP_DEFLATE -pseudo-device loop 1 # network loopback +pseudo-device loop 2 # network loopback pseudo-device bpfilter 8 # packet filter pseudo-device sl 2 # CSLIP pseudo-device ppp 2 # PPP |