X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2Fdslite.h;h=066bfcf13798e7ab63e4e59d0b64bafe31068ba9;hb=fd0d50879f475a1b15cedb4ab49059a02c45ccfd;hp=73902e3a077eac4ae815af8e33ca598c8e556ebd;hpb=775f73c6baaf9bc2283e7ab9752c81984823be99;p=vpp.git 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;