diff options
Diffstat (limited to 'vnet/vnet/ip/ip6.h')
-rw-r--r-- | vnet/vnet/ip/ip6.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vnet/vnet/ip/ip6.h b/vnet/vnet/ip/ip6.h index 70e32672..2a386fee 100644 --- a/vnet/vnet/ip/ip6.h +++ b/vnet/vnet/ip/ip6.h @@ -157,6 +157,9 @@ typedef struct ip6_main_t { u32 ip6_multicast_rx_feature_vpath; u32 ip6_multicast_rx_feature_lookup; + /* Save results for show command */ + char ** feature_nodes[VNET_N_CAST]; + /* Seed for Jenkins hash used to compute ip6 flow hash. */ u32 flow_hash_seed; |