diff options
author | Filip Varga <fivarga@cisco.com> | 2022-01-18 13:17:07 -0800 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2022-02-01 12:09:17 +0000 |
commit | 53cee1579eb0bee09142a26285461638a796e99d (patch) | |
tree | 1c56c7b374e6d31cf7126b5d4cc1b016ccf52d68 /src/plugins/nat/CMakeLists.txt | |
parent | ca5f6b851daf1ca7c0c0640267f8fb1429bdd563 (diff) |
nat: nat44-ei hairpinning code cleanup
Removing obsolete unused nat44-ei nodes and functions.
Type: refactor
Change-Id: I1e03e283091c3c0d92908d04037cba00a348351a
Signed-off-by: Filip Varga <fivarga@cisco.com>
Diffstat (limited to 'src/plugins/nat/CMakeLists.txt')
-rw-r--r-- | src/plugins/nat/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/nat/CMakeLists.txt b/src/plugins/nat/CMakeLists.txt index 54c15374291..c53e0e39c7c 100644 --- a/src/plugins/nat/CMakeLists.txt +++ b/src/plugins/nat/CMakeLists.txt @@ -62,12 +62,10 @@ add_vpp_plugin(nat44_ei nat44-ei/nat44_ei_in2out.c nat44-ei/nat44_ei_out2in.c nat44-ei/nat44_ei_handoff.c - nat44-ei/nat44_ei_hairpinning.c MULTIARCH_SOURCES nat44-ei/nat44_ei_in2out.c nat44-ei/nat44_ei_out2in.c - nat44-ei/nat44_ei_hairpinning.c API_FILES nat44-ei/nat44_ei.api |