Dhcp Transmitter Module
- class mtf.network_port.dhcp_transmitter.DhcpTransmitter
- message_queue
- __init__()
- ip_to_int(ip)
- send_dhcp_msg(channel_name: str, client_ip: str, server_ip: str, mac_client: str, subnet_mask: str, xid: int, type: int, lease_time: int | None = None)
- send_dhcp_ack(channel_name: str, client_ip: str, server_ip: str, mac_client: str, subnet_mask: str, xid: int, lease_time: int | None = None)
- send_dhcp_offer(channel_name: str, client_ip: str, server_ip: str, mac_client: str, subnet_mask: str, xid: int, lease_time: int | None = None)