FD.io VPP  v21.01.1
Vector Packet Processing
src/vnet/flow

show flow entry

Summary/usage

show flow entry [index <index>].

Declaration and implementation

Declaration: show_flow_entry_command (src/vnet/flow/flow_cli.c line 253)

Implementation: show_flow_entry.

show flow interface

Summary/usage

show flow interface <interface name>.

Declaration and implementation

Declaration: show_flow_interface_command (src/vnet/flow/flow_cli.c line 323)

Implementation: show_flow_interface.

show flow ranges

Summary/usage

show flow ranges.

Declaration and implementation

Declaration: show_flow_ranges_command (src/vnet/flow/flow_cli.c line 279)

Implementation: show_flow_ranges.

test flow

Summary/usage

test flow [add|del|enable|disable] [index <id>] [src-ip <ip-addr/mask>] [dst-ip <ip-addr/mask>] [ip6-src-ip <ip-addr/mask>] [ip6-dst-ip <ip-addr/mask>] [src-port <port/mask>] [dst-port <port/mask>] [proto <ip-proto>] [gtpc teid <teid>] [gtpu teid <teid>] [vxlan <vni>] [session id <session>] [spi <spi>][next-node <node>] [mark <id>] [buffer-advance <len>] [redirect-to-queue <queue>] [drop] [rss function <name>] [rss types <flow type>].

Declaration and implementation

Declaration: test_flow_command (src/vnet/flow/flow_cli.c line 691)

Implementation: test_flow.