diff options
author | Damjan Marion <damarion@cisco.com> | 2016-10-31 23:18:04 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-11-01 00:11:15 +0000 |
commit | 0cd695c7ad18cfe8794b1c669cdefd215f7a1b63 (patch) | |
tree | 6b28ae2a9f5c64ea928bbff721e930e9a8245c4b /plugins/flowperpkt-plugin/flowperpkt/node.c | |
parent | 277b89c946e6fdc764ee48726fcd3df1c189eda9 (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 'plugins/flowperpkt-plugin/flowperpkt/node.c')
-rw-r--r-- | plugins/flowperpkt-plugin/flowperpkt/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/flowperpkt-plugin/flowperpkt/node.c b/plugins/flowperpkt-plugin/flowperpkt/node.c index 4deaae1a67c..0991c91d2dc 100644 --- a/plugins/flowperpkt-plugin/flowperpkt/node.c +++ b/plugins/flowperpkt-plugin/flowperpkt/node.c @@ -279,7 +279,7 @@ flowperpkt_node_fn (vlib_main_t * vm, flowperpkt_next_t next_index; ip4_main_t *im = &ip4_main; ip_lookup_main_t *lm = &im->lookup_main; - ip_config_main_t *cm = &lm->feature_config_mains[VNET_IP_TX_FEAT]; + vnet_feature_config_main_t *cm = &lm->feature_config_mains[VNET_IP_TX_FEAT]; flowperpkt_main_t *fm = &flowperpkt_main; f64 now = vlib_time_now (vm); |