diff options
author | Klement Sekera <ksekera@cisco.com> | 2020-05-13 11:35:57 +0000 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2020-05-14 12:47:12 +0000 |
commit | 219fbb228f5274d2db740139a0d3258902370165 (patch) | |
tree | c7ca891e86c60cc7ed62c2b5efcd6f15326c0c4d /src/plugins/nat/nat.h | |
parent | 4ab5190eb4167ac4c06cd649ec8a860784ab1d41 (diff) |
nat: "users" dump for ED-NAT
Since the removal of "users" concept in ED-NAT nat44_user_dump API
returns empty array. This brings back previous behaviour at
a considerable runtime cost until a better API is introduced.
Type: improvement
Change-Id: I5a45923cfeb6b8ebe6fc906601264d6567386991
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'src/plugins/nat/nat.h')
-rw-r--r-- | src/plugins/nat/nat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/nat/nat.h b/src/plugins/nat/nat.h index d0882e07bab..8ec0c62a800 100644 --- a/src/plugins/nat/nat.h +++ b/src/plugins/nat/nat.h @@ -1428,6 +1428,7 @@ typedef struct u16 src_port, dst_port; } tcp_udp_header_t; +u8 *format_user_kvp (u8 * s, va_list * args); #endif /* __included_nat_h__ */ /* * fd.io coding-style-patch-verification: ON |