NetBSD Wiki/projects/project/
NPF improvements
Improvements that can be done to NPF with reference to WIP code/descriptions:
Import thmap, needed for newer NPF- WIP dynamic NAT address and NETMAP
- Use of "any"
map $ext_if dynamic any -> $ext_v4 pass family inet4 from $int_net
.
needs a few syntactic fixes/wrappers (e.g. loading can just handle "any" here, since it's actually correct, just merely not supported by the syntax; you can replace it with 0.0.0.0, though) - traffic redirection, 1 2 I think it just needs IPv6 handling and testing
Add a comment