FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
set interface feature <intfc> <feature_name> arc <arc_name> [disable].
Set feature for given interface
vpp# set interface feature GigabitEthernet2/0/0 ip4_flow_classify arc ip4_unicast
Declaration: set_interface_feature_command (src/vnet/feature/feature.c line 442)
Implementation: set_interface_features_command_fn.
show features.
Display the set of available driver features
vpp# show ip features
Declaration: show_features_command (src/vnet/feature/feature.c line 293)
Implementation: show_features_command_fn.