nat: 1:1 policy NAT
[vpp.git] / src / plugins / nat / pnat / FEATURE.yaml
1 ---
2 name: Policy 1:1 NAT
3 maintainer: Ole Troan <ot@cisco.com>
4 description: "Match packet against rule and translate according to given instructions.
5               Rules are kept in a flow cache bihash. Instructions in a pool of translation entries.
6
7               For a given interface/direction all rules must use the same lookup mask. E.g. SA + SP.
8
9               A dynamic NAT would punt to slow path on a miss in the flow cache, in this case the miss behaviour is configurable.
10               Default behaviour is pass packet along unchanged."
11 state: experimental
12 properties: [API, CLI, MULTITHREAD]