diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2019-07-08 01:16:03 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2019-07-08 01:16:03 +0000 |
commit | 2928fa4dd2cee5426fd107b2e2b612a382c3e1a4 (patch) | |
tree | 075d138f72d8fdafe13fc9cf710d9f7ddc0d8675 | |
parent | 94149750b30a130d5c933307ecb0bf4a21d7a92c (diff) |
uncomment aggr(4) to make it easier for people to try
-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 af1e39ede67..9d770e3a285 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.262 2019/07/05 01:37:53 dlg Exp $ +# $OpenBSD: GENERIC,v 1.263 2019/07/08 01:16:02 dlg Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -101,7 +101,7 @@ pseudo-device pppoe # PPP over Ethernet (RFC 2516) pseudo-device pppx # PPP multiplexer pseudo-device sppp 1 # Sync PPP/HDLC pseudo-device trunk # Trunking support -#pseudo-device aggr # 802.1AX Link Aggregation +pseudo-device aggr # 802.1AX Link Aggregation pseudo-device tun # network tunneling over tty (tun & tap) pseudo-device vether # Virtual ethernet pseudo-device vxlan # Virtual extensible LAN |