aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/dslite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/nat/dslite.h')
-rw-r--r--src/plugins/nat/dslite.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/nat/dslite.h b/src/plugins/nat/dslite.h
index 73902e3a077..066bfcf1379 100644
--- a/src/plugins/nat/dslite.h
+++ b/src/plugins/nat/dslite.h
@@ -87,6 +87,10 @@ typedef struct
u32 first_worker_index;
u16 port_per_thread;
+ /* counters/gauges */
+ vlib_simple_counter_main_t total_b4s;
+ vlib_simple_counter_main_t total_sessions;
+
/* If set then the DSLite component behaves as CPE/B4
* otherwise it behaves as AFTR */
u8 is_ce;