Module Name: src Committed By: rmind Date: Sat Jan 19 21:36:09 UTC 2019
Modified Files: src/doc: CHANGES Log Message: Mention NPF improvements. To generate a diff of this commit: cvs rdiff -u -r1.2491 -r1.2492 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.2491 src/doc/CHANGES:1.2492 --- src/doc/CHANGES:1.2491 Fri Jan 18 04:14:47 2019 +++ src/doc/CHANGES Sat Jan 19 21:36:09 2019 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2491 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2492 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -308,3 +308,7 @@ Changes from NetBSD 8.0 to NetBSD 9.0: sgimips: Import irisboot, yet another bootloader for pre-ARC sgimips machines. Submitted by Naruaki Etomi via PR port-sgimips/53539. [tsutsui 20190112] + npf: Major NPF improvements (added support for dynamic NAT address, + NETMAP algorithm for static NAT, lock-free lookup for 'ipset' + tables, lock-free state lookup, incremental state G/C, etc). + [rmind 20190119]