FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
DHCP Proxy set / unset vss request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | tbl_id |
u8 | vss_type |
u8 | vpn_ascii_id [129] |
u32 | oui |
u32 | vpn_index |
u8 | is_ipv6 |
u8 | 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 |