X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2Fdslite.h;h=65498eebd9da11093c36cde3767b1b3bdce0f732;hb=e69e423743630b52e13db58c3f0229df8a46c07f;hp=066bfcf13798e7ab63e4e59d0b64bafe31068ba9;hpb=7dcb80a202f1ce075434a17ace3334a7a311e84e;p=vpp.git diff --git a/src/plugins/nat/dslite.h b/src/plugins/nat/dslite.h index 066bfcf1379..65498eebd9d 100644 --- a/src/plugins/nat/dslite.h +++ b/src/plugins/nat/dslite.h @@ -91,6 +91,11 @@ typedef struct vlib_simple_counter_main_t total_b4s; vlib_simple_counter_main_t total_sessions; + /* node index */ + u32 dslite_in2out_node_index; + u32 dslite_in2out_slowpath_node_index; + u32 dslite_out2in_node_index; + /* If set then the DSLite component behaves as CPE/B4 * otherwise it behaves as AFTR */ u8 is_ce;