Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultMTU is the default MTU for new bridge interfaces.
DefaultMTU = 1500
)
Variables ¶
View Source
var ( // ErrIPAddrEmpty holds the error for when the ip address is empty. ErrIPAddrEmpty = errors.New("ip address cannot be empty") // ErrNameEmpty holds the error for when the name is empty. ErrNameEmpty = errors.New("name cannot be empty") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.