From 066f034b903bda6e938bec1b12f01edef65ee9c4 Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Fri, 10 Feb 2017 03:48:01 -0800 Subject: 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 --- src/plugins/snat.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/snat.am') diff --git a/src/plugins/snat.am b/src/plugins/snat.am index 8611d15c..ca61b2c4 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 -- cgit 1.2.3-korg