![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Send DHCPv6 client message of specified type. More...
Collaboration diagram for vl_api_dhcp6_send_client_message_t:Data Fields | |
| u32 | client_index |
| u32 | context |
| u32 | sw_if_index |
| u32 | server_index |
| u32 | irt |
| u32 | mrt |
| u32 | mrc |
| u32 | mrd |
| u8 | stop |
| u8 | msg_type |
| u32 | T1 |
| u32 | T2 |
| u32 | n_addresses |
| vl_api_dhcp6_address_info_t | addresses [n_addresses] |
Send DHCPv6 client message of specified type.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| sw_if_index | - index of TX interface, also identifies IAID |
| server_index | - used to dentify DHCPv6 server, unique for each DHCPv6 server on the link, value obrtained from dhcp6_reply_event API message, use ~0 to send message to all DHCPv6 servers |
| irt | - initial retransmission time |
| mrt | - maximum retransmission time |
| mrc | - maximum retransmission count |
| mrd | - maximum retransmission duration for sending the message |
| stop | - if non-zero then stop resending the message, otherwise start sending the message |
| msg_type | - message type |
| T1 | - value of T1 in IA_NA option |
| T2 | - value of T2 in IA_NA option |
| n_addresses | - number of addresses in IA_NA option |
| addresses | - list of addresses in IA_NA option |
| vl_api_dhcp6_address_info_t vl_api_dhcp6_send_client_message_t::addresses[n_addresses] |