Module Name: src
Committed By: darran
Date: Sun Jun 7 22:52:50 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
mention agr(4) vlan changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1236 -r1.1237 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1236 src/doc/CHANGES:1.1237
--- src/doc/CHANGES:1.1236 Thu May 28 17:35:22 2009
+++ src/doc/CHANGES Sun Jun 7 22:52:50 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1236 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1237 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -288,3 +288,5 @@
kernel: File descriptor access performance improvements.
[ad 20090524]
rumpnet: Add IPv6 support [pooka 20090527]
+ agr(4): Add support for layering vlans on top. Also allow LACP
+ to be disabled. [darran 20090529]