Send DHCPv6 PD client message of specified type.
- Template Parameters
-
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - index of TX interface |
server_index | - used to dentify DHCPv6 server, unique for each DHCPv6 server on the link, value obrtained from dhcp6_pd_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_PD option |
T2 | - value of T2 in IA_PD option |
n_prefixes | - number of addresses in IA_PD option |
prefixes | - list of prefixes in IA_PD option |
Definition at line 388 of file dhcp.api.