History log of /netbsd/usr.sbin/npf/npf.7 (Results 1 – 7 of 7)
Revision Date Author Comments
# 3e8d8895 11-Aug-2019 gutteridge <gutteridge@NetBSD.org>

npf.7: add xref to npf-params.7

(Adding directly here since this particular file isn't included in
rmind@'s upstream GitHub repo at present.)


# 6f4ca96c 19-Jan-2019 rmind <rmind@NetBSD.org>

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 addre

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).

show more ...


# 95b62995 02-Aug-2018 sevan <sevan@NetBSD.org>

Use Nm macro
Move history details to the HISTORY section
Spelling
Be less meta & clarify the website should be consulted.


# bf40bfa8 10-Dec-2017 rmind <rmind@NetBSD.org>

npfctl: add support for the 'no-ports' flag in the 'map' statements.
This allows us to create a NAT policy without the port translation.


# ded7ca8b 12-Jul-2015 rmind <rmind@NetBSD.org>

- npfvar_get_type1: check for NULL first.
- Minor fix for the npf(7) man page.


# 53ac9e9d 10-Aug-2014 rmind <rmind@NetBSD.org>

- Add npf_ruleset_export(), npf_rule_export() and npf_nat_policyexport().
- Split off npf_conn_export(). Add npf_ifmap_getname() and use it to save
the interface name; pick it up on npf_conn_impor

- Add npf_ruleset_export(), npf_rule_export() and npf_nat_policyexport().
- Split off npf_conn_export(). Add npf_ifmap_getname() and use it to save
the interface name; pick it up on npf_conn_import().
- Misc fixes. Bump NPF_VERSION.

show more ...


# 45c269ff 02-Aug-2014 rmind <rmind@NetBSD.org>

NPF: add a general npf(7) manual page. Improved by wiz@.