Documentation ¶
Index ¶
- type NetLink
- func (n *NetLink) AwaitLink(name string) (link netlink.Link)
- func (n *NetLink) AwaitNeighbors(linkIndex int, expIPs ...string)
- func (n *NetLink) AwaitNoLink(name string)
- func (n *NetLink) AwaitNoNeighbors(linkIndex int, expIPs ...string)
- func (n *NetLink) AwaitNoRoutes(linkIndex int, destCIDRs ...string)
- func (n *NetLink) AwaitNoRule(table int)
- func (n *NetLink) AwaitRoutes(linkIndex int, destCIDRs ...string)
- func (n *NetLink) AwaitRule(table int)
- func (n *NetLink) SetLinkIndex(name string, index int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetLink ¶
type NetLink struct {
netlinkAPI.Adapter
}
func (*NetLink) AwaitNeighbors ¶
func (*NetLink) AwaitNoLink ¶
func (*NetLink) AwaitNoNeighbors ¶
func (*NetLink) AwaitNoRoutes ¶
func (*NetLink) AwaitNoRule ¶
func (*NetLink) AwaitRoutes ¶
func (*NetLink) SetLinkIndex ¶
Click to show internal directories.
Click to hide internal directories.