summaryrefslogtreecommitdiffstats
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.h5
1 files changed, 5 insertions, 0 deletions
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;