From 0cd695c7ad18cfe8794b1c669cdefd215f7a1b63 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 31 Oct 2016 23:18:04 +0100 Subject: 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 --- plugins/flowperpkt-plugin/flowperpkt/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/flowperpkt-plugin/flowperpkt/node.c') 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); -- cgit 1.2.3-korg