Module Name: src
Committed By: martin
Date: Mon Oct 25 18:17:05 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1704
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.106 -r1.1.2.107 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.106 src/doc/CHANGES-8.3:1.1.2.107
--- src/doc/CHANGES-8.3:1.1.2.106 Mon Oct 25 15:50:37 2021
+++ src/doc/CHANGES-8.3 Mon Oct 25 18:17:04 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.106 2021/10/25 15:50:37 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.107 2021/10/25 18:17:04 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2182,3 +2182,8 @@ sys/kern/uipc_mbuf.c 1.244
- Update NMBCLUSTERS and add NMBCLUSTERS_MAX in options(4).
[msaitoh, ticket #1703]
+sys/net/if_ethersubr.c 1.302
+
+ Fix handling of VLAN 0 tag.
+ [ryo, ticket #1704]
+