FD.io VPP  v21.06-3-gbb25fbf28
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 685)

Implementation: policer_add_command_fn.

policer add

Summary/usage

policer name <name> <params> .

Declaration and implementation

Declaration: policer_add_command (src/vnet/policer/policer.c line 690)

Implementation: policer_add_command_fn.

policer bind

Summary/usage

policer bind [unbind] name <name> <worker>.

Declaration and implementation

Declaration: policer_bind_command (src/vnet/policer/policer.c line 700)

Implementation: policer_bind_command_fn.

policer del

Summary/usage

policer del name <name> .

Declaration and implementation

Declaration: policer_del_command (src/vnet/policer/policer.c line 695)

Implementation: policer_del_command_fn.

policer input

Summary/usage

policer input [unapply] name <name> <interfac>.

Declaration and implementation

Declaration: policer_input_command (src/vnet/policer/policer.c line 705)

Implementation: policer_input_command_fn.

show policer

Summary/usage

show policer [name].

Declaration and implementation

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

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 772)

Implementation: show_policer_pools_command_fn.