.. _clicmd_src_vnet_flow: =============================================================== Flow cli reference =============================================================== flow ------------------------------------------------------------------------- .. code-block:: console flow [add|del|enable|disable] [index ] [src-ip ] [dst-ip ] [ip6-src-ip ] [ip6-dst-ip ] [src-port ] [dst-port ] [proto ] [gtpc teid ] [gtpu teid ] [vxlan ] [session id ] [spi ][spec ] [mask ][next-node ] [mark ] [buffer-advance ] [redirect-to-queue ] [drop] [rss function ] [rss types ][rss queues to ] Declaration: ``flow_command`` `src/vnet/flow/flow_cli.c line 821 `_ Implementation: ``flow_cli`` show flow entry ------------------------------------------------------------------------- .. code-block:: console show flow entry [index ] [max ] Declaration: ``show_flow_entry_command`` `src/vnet/flow/flow_cli.c line 249 `_ Implementation: ``show_flow_entry`` show flow interface ------------------------------------------------------------------------- .. code-block:: console show flow interface Declaration: ``show_flow_interface_command`` `src/vnet/flow/flow_cli.c line 313 `_ Implementation: ``show_flow_interface`` show flow ranges ------------------------------------------------------------------------- .. code-block:: console show flow ranges Declaration: ``show_flow_ranges_command`` `src/vnet/flow/flow_cli.c line 271 `_ Implementation: ``show_flow_ranges``