Module Name: src
Committed By: martin
Date: Mon Oct 25 18:11:55 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1369
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-9.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-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.43 src/doc/CHANGES-9.3:1.1.2.44
--- src/doc/CHANGES-9.3:1.1.2.43 Mon Oct 25 15:48:43 2021
+++ src/doc/CHANGES-9.3 Mon Oct 25 18:11:55 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.43 2021/10/25 15:48:43 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.44 2021/10/25 18:11:55 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -914,3 +914,8 @@ sys/kern/uipc_mbuf.c 1.244
- Update NMBCLUSTERS and add NMBCLUSTERS_MAX in options(4).
[msaitoh, ticket #1368]
+sys/net/if_ethersubr.c 1.302
+
+ Fix handling of VLAN 0 tag.
+ [ryo, ticket #1369]
+