Documentation
¶
Index ¶
Constants ¶
View Source
const ( ValidState = "valid" InvalidState = "invalid" SkippedState = "skipped" IPsNotMatching = "public ip does not match farm ip" PublicIPDataInvalid = "public ip or gateway data are not valid" IPIsUsed = "ip is already assigned to a contract" FetchRealIPFailed = "failed to get real public IP to the node" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MacvlanInterface ¶ added in v1.0.0
type MacvlanInterface interface {
GetByName(name string) (*netlink.Macvlan, error)
Install(link *netlink.Macvlan, hw net.HardwareAddr, ips []*net.IPNet, routes []*netlink.Route, netns ns.NetNS) error
}
MacvlanInterface defines the interface for macvlan mocking in tests.
Click to show internal directories.
Click to hide internal directories.