Module Name: src
Committed By: roy
Date: Thu Aug 29 17:54:32 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
Note inet6 change about router -> host.
To generate a diff of this commit:
cvs rdiff -u -r1.2573 -r1.2574 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.2573 src/doc/CHANGES:1.2574
--- src/doc/CHANGES:1.2573 Wed Aug 21 17:14:26 2019
+++ src/doc/CHANGES Thu Aug 29 17:54:32 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2573 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2574 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -32,3 +32,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
usbnet(9): Port kue(4) and upl(4). [mrg 20190818]
boot(8): GPT and RAIDframe support for x86 bootstrap [manu 20190818]
dhcpcd(8): Import dhcpcd-8.0.3 [roy 20190821]
+ inet6: Announce Router to Host via RTM_CHANGE without a lladdr.
+ dhcpcd no longer needs to parse NA messages. [roy 20190829]