Documentation ¶
Index ¶
- type NetLink
- func (n *NetLink) AwaitDstRoutes(linkIndex, table int, destCIDRs ...string)
- func (n *NetLink) AwaitGwRoutes(linkIndex, table int, gwIPs ...string)
- func (n *NetLink) AwaitLink(name string) (link netlink.Link)
- func (n *NetLink) AwaitNeighbors(linkIndex int, expIPs ...string)
- func (n *NetLink) AwaitNoDstRoutes(linkIndex, table int, destCIDRs ...string)
- func (n *NetLink) AwaitNoGwRoutes(linkIndex, table int, gwIPs ...string)
- func (n *NetLink) AwaitNoLink(name string)
- func (n *NetLink) AwaitNoNeighbors(linkIndex int, expIPs ...string)
- func (n *NetLink) AwaitNoRule(table int, src, dst string)
- func (n *NetLink) AwaitRule(table int, src, dst string)
- 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) AwaitDstRoutes ¶ added in v0.17.0
func (*NetLink) AwaitGwRoutes ¶ added in v0.17.0
func (*NetLink) AwaitNeighbors ¶
func (*NetLink) AwaitNoDstRoutes ¶ added in v0.17.0
func (*NetLink) AwaitNoGwRoutes ¶ added in v0.17.0
func (*NetLink) AwaitNoLink ¶
func (*NetLink) AwaitNoNeighbors ¶
func (*NetLink) AwaitNoRule ¶
func (*NetLink) SetLinkIndex ¶
Click to show internal directories.
Click to hide internal directories.