Annotation of wikisrc/projects/project/npf_improvements.mdwn, revision 1.4
1.1 maya 1: [[!template id=project
2:
3: title="NPF improvements"
4:
1.4 ! maya 5: contact="""
1.2 maya 6: [tech-kern](mailto:tech-kern@NetBSD.org)
7: [tech-net](mailto:tech-net@NetBSD.org)
1.1 maya 8: [rmind](mailto:rmind@NetBSD.org)
9: """
10:
11: category="networking"
12: difficulty="medium"
13:
14: description="""
15: Improvements that can be done to NPF with reference to WIP code/descriptions:
1.3 maya 16:
1.4 ! maya 17: - ~~~Import [thmap](https://github.com/rmind/thmap), needed for [newer NPF](https://github.com/rmind/npf/)~~~
1.1 maya 18: - [WIP dynamic NAT address and NETMAP](https://github.com/rmind/npf/pull/9)
1.2 maya 19: - Use of "any"
20: ```map $ext_if dynamic any -> $ext_v4 pass family inet4 from $int_net```.
1.1 maya 21: 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)
22: - traffic redirection, [1](http://www.netbsd.org/~rmind/npf_ext_route.c) [2](http://www.netbsd.org/~rmind/npfext_route.c)
23: I think it just needs IPv6 handling and testing
24: """
25: ]]
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb