diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2019-07-05 01:37:54 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2019-07-05 01:37:54 +0000 |
commit | 5073b0c2ad25bf67a8b8a870bd02e091802d97b9 (patch) | |
tree | 24de1bcc07a6f9a82f244bc97548b458e14602f6 /sys/conf/GENERIC | |
parent | 9365aa7be6e3206c7d85d4e6a45b4bcfd3889fbd (diff) |
add aggr, but leave it commented out for now.
it needs to be a bit more robust before making it more available to try.
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index d6a4fdcb0e2..af1e39ede67 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.261 2019/04/22 02:04:12 dlg Exp $ +# $OpenBSD: GENERIC,v 1.262 2019/07/05 01:37:53 dlg Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -101,6 +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 tun # network tunneling over tty (tun & tap) pseudo-device vether # Virtual ethernet pseudo-device vxlan # Virtual extensible LAN |