blob: 300d83885b98ad72fcaaa349b866750979dfcb62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
= nat-api
The APIs are based on ietf-nat YANG model draft:
https://tools.ietf.org/html/draft-sivakumar-yang-nat-05
== Notes on model
* Nat-instances map to VRF in VPP (nat-instance/id mapps to VRF-ID)
== Deviations
* nat-state/nat-instances/nat-instance/id type changed to uint32 from int32
* "mandatory true" statements commented to support partial model implementation
|