//
pkg.gl
Category
github.com/aenix-io/talm
internal
app
machined
pkg
controllers
network
operator
package
0.6.7
Repository:
https://github.com/aenix-io/talm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
32
Dependents
1
Files
1.2k SLOC
#
Packages
vip
Package vip contains implementations of specific methods to acquire/release virtual IPs.
#
Functions
NewDHCP4
NewDHCP4 creates DHCPv4 operator.
NewDHCP6
NewDHCP6 creates DHCPv6 operator.
NewVIP
NewVIP creates Virtual IP operator.
#
Structs
DHCP4
DHCP4 implements the DHCPv4 network operator.
DHCP6
DHCP6 implements the DHCPv6 network operator.
VIP
VIP implements the Virtual (Shared) IP network operator.
#
Interfaces
Operator
Operator describes common interface of the operators.