aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/lookup.h
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-10-31 23:18:04 +0100
committerDave Barach <openvpp@barachs.net>2016-11-01 00:11:15 +0000
commit0cd695c7ad18cfe8794b1c669cdefd215f7a1b63 (patch)
tree6b28ae2a9f5c64ea928bbff721e930e9a8245c4b /vnet/vnet/ip/lookup.h
parent277b89c946e6fdc764ee48726fcd3df1c189eda9 (diff)
config: rename ip_config_main_t to vnet_feature_config_main_t
It will not be used for IP only... Change-Id: I90ef3030aff7f9e24767553f019cabc1ea987126 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vnet/vnet/ip/lookup.h')
-rw-r--r--vnet/vnet/ip/lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnet/vnet/ip/lookup.h b/vnet/vnet/ip/lookup.h
index b73191cc4d8..a1fbe6eb289 100644
--- a/vnet/vnet/ip/lookup.h
+++ b/vnet/vnet/ip/lookup.h
@@ -357,7 +357,7 @@ typedef struct ip_lookup_main_t {
u32 * classify_table_index_by_sw_if_index;
/** rx unicast, multicast, tx interface/feature configuration. */
- ip_config_main_t feature_config_mains[VNET_N_IP_FEAT];
+ vnet_feature_config_main_t feature_config_mains[VNET_N_IP_FEAT];
/** Number of bytes in a fib result. Must be at least
sizeof (uword). First word is always adjacency index. */