FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
src/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 (src/vnet/feature/feature.c line 438)

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 (src/vnet/feature/feature.c line 289)

Implementation: show_features_command_fn.