aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ethernet/ethernet.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/ethernet/ethernet.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/ethernet/ethernet.h')
-rw-r--r--vnet/vnet/ethernet/ethernet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnet/vnet/ethernet/ethernet.h b/vnet/vnet/ethernet/ethernet.h
index 34ddb82bb0a..11bbd923a93 100644
--- a/vnet/vnet/ethernet/ethernet.h
+++ b/vnet/vnet/ethernet/ethernet.h
@@ -264,7 +264,7 @@ typedef struct
u8 next_by_ethertype_register_called;
/** per-interface features */
- ip_config_main_t feature_config_mains[VNET_N_IP_FEAT];
+ vnet_feature_config_main_t feature_config_mains[VNET_N_IP_FEAT];
/** Feature path configuration lists */
vnet_feature_registration_t *next_feature[VNET_N_IP_FEAT];