From e69e423743630b52e13db58c3f0229df8a46c07f Mon Sep 17 00:00:00 2001 From: Filip Varga Date: Wed, 13 Feb 2019 01:42:59 -0800 Subject: NAT: VPP-1552 code migration from old multiarch scheme Change-Id: I88f3df8aaa521e7707ef3335acdbf1ab41e7ee28 Signed-off-by: Filip Varga --- src/plugins/nat/dslite.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/nat/dslite.h') 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; -- cgit 1.2.3-korg