Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DhcpServer ¶
type DhcpServer struct {
// contains filtered or unexported fields
}
type ServerPool ¶
type ServerPool struct {
// contains filtered or unexported fields
}
func NewServerPool ¶
func NewServerPool(lease int, ipRange string) (*ServerPool, error)
func (ServerPool) AssignIP ¶
func (p ServerPool) AssignIP(addr net.HardwareAddr) (net.IP, error)
Click to show internal directories.
Click to hide internal directories.