Type: improvement Change-Id: Iec585880085b12b08594a0640822cd831455d594 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
18 lines
806 B
YAML
18 lines
806 B
YAML
---
|
|
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]
|