Send Dhcp Ack
DEPRECATED It will be removed in a future version. Please use keyword Create Ethernet Msg instead. This keyword will be supported until version 0.4.0.
Sends dhcp ack.
Arguments Description
channel_name (str): name of a channel
client_ip (str): Your (client) ip adress
server_ip (str): Next server ip dhcp server id
mac_client (str): Client Mac Adress
subnet_mask (str): option(1) subnet mask
xid (int): Transaction ID
lease_time (int): option(51) lease time
Returns
bool : True if a message is sent, False otherwise.
Example
${send}= send_dhcp_ack ${channel_name} ${client_ip} ${server_ip} ${mac_client} ${subnet_mask} ${xid} ${lease_time}