Module Name: src Committed By: roy Date: Wed Sep 16 13:47:00 UTC 2020
Modified Files: src/doc: CHANGES Log Message: Note ND changes for ARP and RFC 7048. To generate a diff of this commit: cvs rdiff -u -r1.2738 -r1.2739 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.2738 src/doc/CHANGES:1.2739 --- src/doc/CHANGES:1.2738 Sun Sep 13 03:03:57 2020 +++ src/doc/CHANGES Wed Sep 16 13:47:00 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2738 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2739 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -281,3 +281,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0: iavf(4): Add driver for Intel Ethernet Adaptive Virtual Function [yamaguchi 20200908] gcc(1): Install TSan for 64bit CPUs. [kamil 20200913] + network: IPv6 Neighor Detection is now address agnostic + and is used by ARP. RFC 7048 is included. [roy 20200916]