diff options
author | Matus Fabian <matfabia@cisco.com> | 2018-12-18 01:08:51 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-12-20 15:12:11 +0000 |
commit | fd0d50879f475a1b15cedb4ab49059a02c45ccfd (patch) | |
tree | cbb86dfe652ec5401492298335c9750cfad482b3 /src/plugins/nat/nat64.h | |
parent | 775f73c6baaf9bc2283e7ab9752c81984823be99 (diff) |
NAT: total users and sessions gauges (VPP-1484)
Change-Id: I41a82e21571d5c64d01af72cd88c3983afac26ed
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'src/plugins/nat/nat64.h')
-rw-r--r-- | src/plugins/nat/nat64.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/nat/nat64.h b/src/plugins/nat/nat64.h index d365e12b2f7..0a60571a069 100644 --- a/src/plugins/nat/nat64.h +++ b/src/plugins/nat/nat64.h @@ -108,6 +108,10 @@ typedef struct /* The process node which orcherstrates the cleanup */ u32 nat64_expire_walk_node_index; + /* counters/gauges */ + vlib_simple_counter_main_t total_bibs; + vlib_simple_counter_main_t total_sessions; + ip4_main_t *ip4_main; snat_main_t *sm; } nat64_main_t; |