Module Name: src
Committed By: msaitoh
Date: Wed Jul 17 03:35:43 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
Note VLAN hardware filter.
To generate a diff of this commit:
cvs rdiff -u -r1.2551 -r1.2552 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.2551 src/doc/CHANGES:1.2552
--- src/doc/CHANGES:1.2551 Wed Jul 3 15:52:35 2019
+++ src/doc/CHANGES Wed Jul 17 03:35:43 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2551 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2552 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -397,3 +397,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
[jnemeth 20190624]
dhcpcd(8): Import dhcpcd-7.2.3 [roy 20190626]
tzcode: Updated to 2019b. [christos 20190703]
+ network: Implement VLAN hardware filter. [msaitoh 20190717]
+ ixg(4),ixv(4): Add VLAN hardware filter support. [msaitoh 20190717]