summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/ip6.h
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2016-06-23 11:27:51 -0400
committerKeith Burns <alagalah@gmail.com>2016-06-23 23:28:41 +0000
commitde393bb76d8c221e1145f62070f51a9ca4191f9f (patch)
tree12cb674fd9b57e1a51f63ed2fcaf40c5a81560a4 /vnet/vnet/ip/ip6.h
parent0f6b7960716d09129bec60fe942a6bed1ef729d5 (diff)
Show command support for ip feature paths
"show ip features" displays all available features, in execution order. "show ip interface features <intfc>" displays all features currently configures on an interface, in execution order. Change-Id: I489bbdb85799a01721ba60b12ffaffcab1e0d1df Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'vnet/vnet/ip/ip6.h')
-rw-r--r--vnet/vnet/ip/ip6.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vnet/vnet/ip/ip6.h b/vnet/vnet/ip/ip6.h
index 70e32672530..2a386fee214 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;