From 2928fa4dd2cee5426fd107b2e2b612a382c3e1a4 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Mon, 8 Jul 2019 01:16:03 +0000 Subject: uncomment aggr(4) to make it easier for people to try --- sys/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/conf') 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 -- cgit v1.2.3