nat: nat44-ed cleanup & fixes 37/35337/9
authorFilip Varga <fivarga@cisco.com>
Tue, 15 Feb 2022 19:56:07 +0000 (11:56 -0800)
committerOle Tr�an <otroan@employees.org>
Fri, 1 Apr 2022 13:26:04 +0000 (13:26 +0000)
commitb68108203a59e12f4b4435caba164072e234f0aa
treeebac2dec7f66f76c3de2f37b5d65aebb949ed124
parent9a485d01fae0d17da5dbdba264f5f7fd104e3a1a
nat: nat44-ed cleanup & fixes

Set deprecated option on unsupported API calls.
Cleaned up API calls with deprecated option. Removed
in progress option from long term used API calls.

Removed obsolete/unused nodes, functions, variables.

Fixed set frame queue nelts function. Calling API
would incorrectly not fail even though frame queue nelts
can only be set before first call nat44_plugin_enable.

Moved all formatting functions to _format.c file.

Type: refactor
Change-Id: I3ca16e0568f8d7eee3a27c3620ca36164833a7e4
Signed-off-by: Filip Varga <fivarga@cisco.com>
src/plugins/nat/lib/lib.h
src/plugins/nat/nat44-ed/nat44_ed.api
src/plugins/nat/nat44-ed/nat44_ed.c
src/plugins/nat/nat44-ed/nat44_ed.h
src/plugins/nat/nat44-ed/nat44_ed_api.c
src/plugins/nat/nat44-ed/nat44_ed_format.c
src/plugins/nat/nat44-ed/nat44_ed_inlines.h
test/test_dslite.py
test/test_nat44_ed.py
test/test_nat44_ed_output.py