Feature cli reference
set interface feature
set interface feature <intfc> <feature_name> arc <arc_name> [disable]
Set feature for given interface
Example:
set interface feature GigabitEthernet2/0/0 ip4_flow_classify arc ip4_unicast
Declaration: set_interface_feature_command
src/vnet/feature/feature.c line 701
Implementation: set_interface_features_command_fn
show features
show features [verbose]
Display the set of available driver features
Example:
show features [verbose]
Declaration: show_features_command
src/vnet/feature/feature.c line 536
Implementation: show_features_command_fn