FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
src/vnet/policer

configure policer

Summary/usage

configure policer name <name> <params> .

Declaration and implementation

Declaration: configure_policer_command (src/vnet/policer/policer.c line 468)

Implementation: configure_policer_command_fn.

show policer

Summary/usage

show policer [name].

Declaration and implementation

Declaration: show_policer_command (src/vnet/policer/policer.c line 511)

Implementation: show_policer_command_fn.

show policer pools

Summary/usage

show policer pools.

Declaration and implementation

Declaration: show_policer_pools_command (src/vnet/policer/policer.c line 532)

Implementation: show_policer_pools_command_fn.

test policer

Summary/usage

intfc <intfc> policer <policer-config-name> [del].

Declaration and implementation

Declaration: test_patch_command (src/vnet/policer/node_funcs.c line 456)

Implementation: test_policer_command_fn.