diff options
author | Matus Fabian <matfabia@cisco.com> | 2017-02-10 03:48:01 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2017-03-07 12:47:12 +0000 |
commit | 066f034b903bda6e938bec1b12f01edef65ee9c4 (patch) | |
tree | ddb4a1eb0878fe7ac58f25056f3bb7c6ad0bae3a /src/plugins/snat.am | |
parent | eab38d91e8db5ad271598a63781a7afa3bd8b5ea (diff) |
CGN: Deterministic NAT (VPP-623)
Inside user is statically mapped to a set of outside ports. Support endpoint
dependent mapping to deal with overloading of the outside ports.
Change-Id: I8014438744597a976f8ae459283e8b91f63b7f72
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'src/plugins/snat.am')
-rw-r--r-- | src/plugins/snat.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/snat.am b/src/plugins/snat.am index 8611d15c740..ca61b2c4c0e 100644 --- a/src/plugins/snat.am +++ b/src/plugins/snat.am @@ -19,7 +19,8 @@ snat_plugin_la_SOURCES = snat/snat.c \ snat/in2out.c \ snat/out2in.c \ snat/snat_plugin.api.h \ - snat/snat_ipfix_logging.c + snat/snat_ipfix_logging.c \ + snat/snat_det.c API_FILES += snat/snat.api |