Module Name: src
Committed By: martin
Date: Tue Dec 12 16:46:06 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #491
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.170 -r1.1.2.171 src/doc/CHANGES-10.0
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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.170 src/doc/CHANGES-10.0:1.1.2.171
--- src/doc/CHANGES-10.0:1.1.2.170 Mon Dec 11 12:33:54 2023
+++ src/doc/CHANGES-10.0 Tue Dec 12 16:46:06 2023
@@ -1,5 +1,5 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.170 2023/12/11 12:33:54 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.171 2023/12/12 16:46:06 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -14295,3 +14295,12 @@ sys/nfs/nfs_vnops.c 1.325
READDIR and READDIRPLUS cookie verifiers.
[schmonz, ticket #490]
+sbin/ifconfig/lagg.c 1.4
+sys/net/lagg/if_lagg.c 1.56,1.57
+
+ lagg(4):
+ - use sadl for lagg(4) configured by a user
+ - eliminate unnecessary reset by the change of if_flags
+ - fix "ifconfig lagg* lagglacp -maxports" command
+ [yamaguchi, ticket #491]
+