FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vnet/vnet/feature

set interface feature

Summary/usage

set interface feature <intfc> <feature_name> arc <arc_name>.

Description

Set feature for given interface

Example usage
Example:
vpp# set interface feature GigabitEthernet2/0/0 ip4_flow_classify arc ip4_unicast

Declaration and implementation

Declaration: set_interface_feature_command (vnet/vnet/feature/feature.c line 450)

Implementation: set_interface_features_command_fn.

show features

Summary/usage

show features.

Description

Display the set of available driver features

Example usage
Example:
vpp# show ip features

Declaration and implementation

Declaration: show_features_command (vnet/vnet/feature/feature.c line 302)

Implementation: show_features_command_fn.