aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cnat/FEATURE.yaml
blob: 880d713b63fabfe39a18a1ef482bb7aeeb830ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
name: Cloud NAT
maintainer: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
features:
  - Destination based address/port translation
  - Conditional sourceNATing based on prefix exclusions

description: "This plugin is intended to complement the VPP's plugin_nat for
              Cloud use-cases. It allows for source/destination address/port
              translation based on multiple criterias. It is intended to be modular
              enough so that one could write a use-case optimised translation function
              without having to deal with actually re-writing packets or maintaining
              sessions.
              This plugin supports multithreading. Workers share a unique bihash where
              sessions are stored."
state: development
properties: [API, CLI, MULTITHREAD]