cnat: Destination based NAT
[vpp.git] / src / plugins / cnat / FEATURE.yaml
1 ---
2 name: Cloud NAT
3 maintainer: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
4 features:
5   - Destination based address/port translation
6   - Conditional sourceNATing based on prefix exclusions
7
8 description: "This plugin is intended to complement the VPP's plugin_nat for
9               Cloud use-cases. It allows for source/destination address/port
10               translation based on multiple criterias. It is intended to be modular
11               enough so that one could write a use-case optimised translation function
12               without having to deal with actually re-writing packets or maintining
13               sessions.
14               This plugin supports multithreading. Workers share a unique bihash where
15               sessions are stored."
16 state: development
17 properties: [API, CLI, MULTITHREAD]