![]() |
FD.io VPP
v17.01-9-ge7dcee4
Vector Packet Processing
|
Add/del policer. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | is_add |
| u8 | name [64] |
| u32 | cir |
| u32 | eir |
| u64 | cb |
| u64 | eb |
| u8 | rate_type |
| u8 | round_type |
| u8 | type |
| u8 | color_aware |
| u8 | conform_action_type |
| u8 | conform_dscp |
| u8 | exceed_action_type |
| u8 | exceed_dscp |
| u8 | violate_action_type |
| u8 | violate_dscp |
Add/del policer.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| is_add | - add policer if non-zero, else delete |
| name | - policer name |
| cir | - CIR |
| eir | - EIR |
| cb | - Committed Burst |
| eb | - Excess or Peak Burst |
| rate_type | - rate type |
| round_type | - rounding type |
| type | - policer algorithm |
| color_aware | - 0=color-blind, 1=color-aware |
| conform_action_type | - conform action type |
| conform_dscp | - DSCP for conform mar-and-transmit action |
| exceed_action_type | - exceed action type |
| exceed_dscp | - DSCP for exceed mar-and-transmit action |
| violate_action_type | - violate action type |
| violate_dscp | - DSCP for violate mar-and-transmit action |