diff options
author | Filip Varga <fivarga@cisco.com> | 2020-09-23 13:47:50 +0200 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2020-10-07 09:05:22 +0000 |
commit | d1762e614d1e05cbeda4d91e921fa663b2b46c03 (patch) | |
tree | 5cb52831d25c785a22c2221637e9d8d5a5c3f30b /src/plugins/nat/det44/det44.api | |
parent | bfa75d6b922ee15d2f0d00999fd36b03a85eda8c (diff) |
nat: det44 plugin fix style and api cleanup
Type: refactor
Change-Id: I3c5ca31de8046b82fb3d3f364ba88370fe51ef02
Signed-off-by: Filip Varga <fivarga@cisco.com>
Diffstat (limited to 'src/plugins/nat/det44/det44.api')
-rw-r--r-- | src/plugins/nat/det44/det44.api | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/nat/det44/det44.api b/src/plugins/nat/det44/det44.api index f9c38007288..9b71b9c8c6d 100644 --- a/src/plugins/nat/det44/det44.api +++ b/src/plugins/nat/det44/det44.api @@ -39,7 +39,6 @@ autoreply define det44_plugin_enable_disable { u32 inside_vrf; u32 outside_vrf; bool enable; - vl_api_interface_index_t sw_if_index; option status="in_progress"; }; |