Module Name: src
Committed By: yamaguchi
Date: Mon May 17 06:31:30 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
doc: added lagg(4)
To generate a diff of this commit:
cvs rdiff -u -r1.2806 -r1.2807 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.2806 src/doc/CHANGES:1.2807
--- src/doc/CHANGES:1.2806 Sat May 15 10:22:46 2021
+++ src/doc/CHANGES Mon May 17 06:31:30 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2806 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2807 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -374,3 +374,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
audio API.
wskbd(4): Added German Neo 2 layout. [nia 20210511]
spiflash(4): Add support for Rockchip RK3328. [mrg 20210514]
+ lagg(4): Added a link-aggregation interface. [yamaguchi 20210517]