Documentation ¶
Overview ¶
Package dhcp6test provides utilities for testing DHCPv6 clients and servers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Recorder ¶
type Recorder struct { MessageType dhcp6.MessageType TransactionID [3]byte OptionsMap dhcp6.Options Packet *dhcp6.Packet }
Recorder is a dhcp6.ResponseSender which captures a response's message type and options, for inspection during tests.
func NewRecorder ¶
NewRecorder creates a new Recorder which uses the input transaction ID.
Click to show internal directories.
Click to hide internal directories.