diff options
Diffstat (limited to 'vnet/vnet/classify/input_acl.c')
-rw-r--r-- | vnet/vnet/classify/input_acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnet/vnet/classify/input_acl.c b/vnet/vnet/classify/input_acl.c index 2c533d1170c..7e835a697f8 100644 --- a/vnet/vnet/classify/input_acl.c +++ b/vnet/vnet/classify/input_acl.c @@ -35,7 +35,7 @@ vnet_inacl_ip_feature_enable (vlib_main_t * vnm, { /* IP[46] */ ip_lookup_main_t * lm; ip_config_main_t * ipcm; - ip4_rx_feature_type_t ftype; + u32 ftype; u32 ci; if (tid == INPUT_ACL_TABLE_IP4) |