![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
DHCP Proxy set / unset vss request. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u32 | tbl_id |
| vl_api_vss_type_t | vss_type |
| string | vpn_ascii_id [129] |
| u32 | oui |
| u32 | vpn_index |
| bool | is_ipv6 |
| bool | is_add |
DHCP Proxy set / unset vss request.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| tbl_id | - table id - 0: use ASCI vpn_id; 1: use oui/vpn_index; 255: global vpn - null terminated ASCII VPN ID up to 128 characters |
| oui | - first part of rfc2685 vpn id, 3 bytes oui |
| vpn_index | - second part of rfc2685 vpn id, 4 bytes vpn index |
| is_ipv6 | - ip6 if non-zero, else ip4 |
| is_add | - set vss if non-zero, else delete |