FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
plugins/flowperpkt-plugin/flowperpkt

flowperpkt feature add-del

Summary/usage

flowperpkt feature add-del <interface-name> [disable].

Description

'flowperpkt feature add-del' commands to enable/disable per-packet IPFIX flow record generation on an interface

Example usage

To enable per-packet IPFIX flow-record generation on an interface:

vpp# flowperpkt feature add-del GigabitEthernet2/0/0

To disable per-packet IPFIX flow-record generation on an interface:

vpp# flowperpkt feature add-del GigabitEthernet2/0/0 disable

Declaration and implementation

Declaration: flowperpkt_enable_disable_command (plugins/flowperpkt-plugin/flowperpkt/flowperpkt.c line 424)

Implementation: flowperpkt_tx_interface_add_del_feature_command_fn.