dhcp

package
v0.0.0-...-d485828 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2018 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Daemon

type Daemon struct {
	Configuration *configuration.Configuration
	Resolver      resolver.Resolver
	// contains filtered or unexported fields
}

func NewDaemon

func NewDaemon(config *configuration.Configuration, res resolver.Resolver) Daemon

func (*Daemon) Shutdown

func (d *Daemon) Shutdown()

func (*Daemon) Start

func (d *Daemon) Start()

type ServerV4

type ServerV4 struct {
	Resolver resolver.Resolver
	// contains filtered or unexported fields
}

func NewServerV4

func NewServerV4(dhcpConfig *config.DHCPConfig, resolver resolver.Resolver, iface net.Interface, listenerConfig *config.V4ListenerConfig) (s ServerV4, err error)

func (*ServerV4) Start

func (s *ServerV4) Start()

func (*ServerV4) Stop

func (s *ServerV4) Stop()

type ServerV6

type ServerV6 struct {
	Resolver resolver.Resolver
	// contains filtered or unexported fields
}

func NewServerV6

func NewServerV6(dhcpConfig *config.DHCPConfig, resolver resolver.Resolver, iface net.Interface, listenerConfig *config.V6ListenerConfig) (s ServerV6, err error)

func (*ServerV6) Start

func (s *ServerV6) Start()

func (*ServerV6) Stop

func (s *ServerV6) Stop()

Directories

Path Synopsis
v6

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL