diff options
author | Matus Fabian <matfabia@cisco.com> | 2017-11-06 05:04:53 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2017-11-07 11:52:39 +0000 |
commit | 8ebe62536223e5a8d827b2b870cbd57aa34fd7ef (patch) | |
tree | f4ab30aa41a7a26bb6068e7f0f441930cc7774bb /src/plugins/nat.am | |
parent | 5917939256af392914d8a648de0c3287042ddbf6 (diff) |
NAT: DS-Lite (VPP-1040)
Dual-Stack Lite enables a broadband service provider to share IPv4 addresses among customers by combining two well-known technologies: IPv4-in-IPv6 and NAT.
Change-Id: I039740f8548c623cd1ac89b8ecda1a6cc4aafb9c
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'src/plugins/nat.am')
-rw-r--r-- | src/plugins/nat.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/nat.am b/src/plugins/nat.am index b967a716c8b..add82f081c9 100644 --- a/src/plugins/nat.am +++ b/src/plugins/nat.am @@ -26,7 +26,12 @@ nat_plugin_la_SOURCES = nat/nat.c \ nat/nat64_cli.c \ nat/nat64_in2out.c \ nat/nat64_out2in.c \ - nat/nat64_db.c + nat/nat64_db.c \ + nat/dslite_dpo.c \ + nat/dslite.c \ + nat/dslite_in2out.c \ + nat/dslite_out2in.c \ + nat/dslite_cli.c API_FILES += nat/nat.api |