Annotation of wikisrc/projects/project/npf_improvements.mdwn, revision 1.2
1.1 maya 1: [[!template id=project
2:
3: title="NPF improvements"
4:
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:
16: - Import [thmap](https://github.com/rmind/thmap), needed for [newer NPF](https://github.com/rmind/npf/)
17: - [WIP dynamic NAT address and NETMAP](https://github.com/rmind/npf/pull/9)
1.2 ! maya 18: - Use of "any"
! 19: ```map $ext_if dynamic any -> $ext_v4 pass family inet4 from $int_net```.
1.1 maya 20: 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)
21: - traffic redirection, [1](http://www.netbsd.org/~rmind/npf_ext_route.c) [2](http://www.netbsd.org/~rmind/npfext_route.c)
22: I think it just needs IPv6 handling and testing
23: """
24: ]]
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb