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.h | |
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.h')
-rw-r--r-- | src/plugins/nat/det44/det44.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/nat/det44/det44.h b/src/plugins/nat/det44/det44.h index 3ddba6d1405..3db6081788a 100644 --- a/src/plugins/nat/det44/det44.h +++ b/src/plugins/nat/det44/det44.h @@ -146,10 +146,8 @@ typedef struct typedef struct { - u32 outside_vrf_id; u32 inside_vrf_id; - } det44_config_t; typedef struct |