version 1.3, 2018/12/10 14:34:05
|
version 1.4, 2018/12/17 20:30:49
|
Line 2
|
Line 2
|
|
|
title="NPF improvements" |
title="NPF improvements" |
|
|
contact=""" |
contact=""" |
[tech-kern](mailto:tech-kern@NetBSD.org) |
[tech-kern](mailto:tech-kern@NetBSD.org) |
[tech-net](mailto:tech-net@NetBSD.org) |
[tech-net](mailto:tech-net@NetBSD.org) |
[rmind](mailto:rmind@NetBSD.org) |
[rmind](mailto:rmind@NetBSD.org) |
Line 14 difficulty="medium"
|
Line 14 difficulty="medium"
|
description=""" |
description=""" |
Improvements that can be done to NPF with reference to WIP code/descriptions: |
Improvements that can be done to NPF with reference to WIP code/descriptions: |
|
|
- Import [thmap](https://github.com/rmind/thmap), needed for [newer NPF](https://github.com/rmind/npf/) |
- ~~~Import [thmap](https://github.com/rmind/thmap), needed for [newer NPF](https://github.com/rmind/npf/)~~~ |
- [WIP dynamic NAT address and NETMAP](https://github.com/rmind/npf/pull/9) |
- [WIP dynamic NAT address and NETMAP](https://github.com/rmind/npf/pull/9) |
- Use of "any" |
- Use of "any" |
```map $ext_if dynamic any -> $ext_v4 pass family inet4 from $int_net```. |
```map $ext_if dynamic any -> $ext_v4 pass family inet4 from $int_net```. |