package netlink
import "github.com/docker/docker/pkg/netlink"
Index ¶
- func AddDefaultGw(ip net.IP) error
- func NetworkGetRoutes() ([]*net.IPNet, error)
- func NetworkLinkAdd(name string, linkType string) error
- func NetworkLinkAddIp(iface *net.Interface, ip net.IP, ipNet *net.IPNet) error
- func NetworkLinkUp(iface *net.Interface) error
- func NetworkSetMTU(iface *net.Interface, mtu int) error
Functions ¶
func AddDefaultGw ¶
func NetworkGetRoutes ¶
func NetworkLinkAdd ¶
func NetworkLinkAddIp ¶
func NetworkLinkUp ¶
func NetworkSetMTU ¶
Source Files ¶
- Version
- v0.7.3
- Published
- Jan 3, 2014
- Platform
- darwin/amd64
- Imports
- 2 packages
- Last checked
- 18 minutes ago –
Tools for package owners.