NetBSD/lib/libnpf
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
..
libnpf.3 Major NPF improvements: 2019-01-19 21:19:31 +00:00
Makefile - re-enable lint (otherwise the sets break) 2018-09-29 15:52:44 +00:00
npf.c Major NPF improvements: 2019-01-19 21:19:31 +00:00
npf.h Major NPF improvements: 2019-01-19 21:19:31 +00:00
shlib_version add npf_nat_lookup() 2016-12-10 05:37:55 +00:00