FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Enable SVS on a given interface by using the given table to match RX'd packets' source addresses. More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | is_enable |
vl_api_address_family_t | af |
u32 | table_id |
vl_api_interface_index_t | sw_if_index |
Enable SVS on a given interface by using the given table to match RX'd packets' source addresses.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
af | - Address Family |
table_id | - The SVS table (from svs_table_add_del) |
sw_if_index | - Interface |
vl_api_interface_index_t vl_api_svs_enable_disable_t::sw_if_index |