NetBSD/usr.sbin
rmind 3d9a792dd8 Major NPF improvements:
- Convert NPF connection table to thmap.  State lookup is now lock-free.
- Improve connection state G/C: it is now incremental and tunable.
- Add support for dynamic NAT address.  Translation addresses can now be
  selected from a pool of addresses.  There are two selection algorithms,
  "ip-hash" and "round-robin" (see the man page).
- Translation address can be specified as e.g. ifaddrs(wm0) in npf.conf
  to dynamically choose an IP from the interface address(es).
- Add support for the NETMAP algorithm with static NAT for net-to-net
  translation (it is equivalent to iptables NETMAP logic).
- Convert 'ipset' tables to use thmap; the table lookup is now lock-free.
- Misc improvements, bug fixes and more unit tests.
- Bump NPF_VERSION (will also bump libnpf).
2019-01-19 21:19:31 +00:00
..
2019-01-06 16:13:51 +00:00
2018-10-19 22:51:13 +00:00
2018-07-29 21:17:43 +00:00
2018-06-10 17:55:11 +00:00
2018-12-13 07:34:03 +00:00
2019-01-19 21:19:31 +00:00
2018-05-28 12:42:45 +00:00
2018-12-04 16:53:44 +00:00
2019-01-03 19:26:50 +00:00
2019-01-12 19:09:25 +00:00
2018-12-29 18:34:59 +00:00
2018-06-10 17:55:11 +00:00
2018-07-16 01:04:47 +00:00
2018-10-07 20:30:50 +00:00
2018-05-14 06:52:33 +00:00
2018-09-25 09:53:40 +00:00