Module Name: src
Committed By: martin
Date: Wed Nov 13 12:55:06 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Ticket #1434
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-8.2
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.2
diff -u src/doc/CHANGES-8.2:1.1.2.63 src/doc/CHANGES-8.2:1.1.2.64
--- src/doc/CHANGES-8.2:1.1.2.63 Tue Nov 12 19:24:08 2019
+++ src/doc/CHANGES-8.2 Wed Nov 13 12:55:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.63 2019/11/12 19:24:08 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.64 2019/11/13 12:55:05 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -1513,3 +1513,8 @@ sys/arch/x86/x86/spectre.c 1.31 (patch
Mitigation for CVE-2019-11135: TSX Asynchronous Abort (TAA).
[maxv, ticket #1433]
+sys/net/if_vlan.c 1.148
+
+ Fix a bug that vlan(4) fragments IPv6 packets unecessarily.
+ [yamaguchi, ticket #1434]
+