X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fconfig.h;h=7eb3cf0ae1f808dfbf1100b77cc4286ff5202d19;hb=5d0136f09944b0d7ea9d1db5c368d4d0b36cedd2;hp=ab9e4b1988661f64e2d64b1184e5cfe203d9fa7d;hpb=689666ca5d4149ec5d48b7fbd195f6c2b2c016f3;p=vpp.git diff --git a/src/vnet/config.h b/src/vnet/config.h index ab9e4b19886..7eb3cf0ae1f 100644 --- a/src/vnet/config.h +++ b/src/vnet/config.h @@ -95,7 +95,8 @@ typedef struct u32 *config_string_heap; /* Node index which starts/ends feature processing. */ - u32 *start_node_indices, end_node_index; + u32 *start_node_indices, *end_node_indices_by_user_index, + default_end_node_index; /* Interior feature processing nodes (not including start and end nodes). */ u32 *node_index_by_feature_index;