Versions in this module Expand all Collapse all v0 v0.0.2 May 12, 2017 Changes in this version + func AddressAdd(intf *net.Interface, address *net.IPNet) error — darwin/amd64 + func AddressDelete(intf *net.Interface, address *net.IPNet) error — darwin/amd64 + func AddressList(intf *net.Interface) ([]*net.IPNet, error) — darwin/amd64 + func LinkBringDown(intf *net.Interface) error — darwin/amd64 + func LinkBringUp(intf *net.Interface) error — darwin/amd64 v0.0.1 May 8, 2017 Changes in this version + func AddressAdd(intf *net.Interface, address *net.IPNet) error — linux/amd64 + func AddressDelete(intf *net.Interface, address *net.IPNet) error — linux/amd64 + func AddressList(intf *net.Interface) ([]*net.IPNet, error) — linux/amd64 + func LinkBringDown(intf *net.Interface) error — linux/amd64 + func LinkBringUp(intf *net.Interface) error — linux/amd64 + func RouteAddViaGateway(destination *net.IPNet, gateway net.IP) error — linux/amd64 + func RouteAddViaInterface(destination *net.IPNet, intf *net.Interface) error — linux/amd64 + func RouteExistsTo(destination net.IP) bool — linux/amd64 + func RouteHasEntry(destination *net.IPNet) bool — linux/amd64