Versions in this module Expand all Collapse all v0 v0.1.0 Oct 18, 2019 v0.0.1 Oct 17, 2019 Changes in this version + const DefaultRouteMetric + func NewNetRoute(linkIndex int, destinationSubnet *net.IPNet, gatewayAddress net.IP) (err error) + func RemoveNetRoute(linkIndex int, destinationSubnet *net.IPNet, gatewayAddress net.IP) (err error) + type Route struct + DestinationSubnet *net.IPNet + GatewayAddress net.IP + LinkIndex int + RouteMetric int + func GetNetRoutes(linkIndex int, destinationSubnet *net.IPNet) (routes []Route, err error) + func GetNetRoutesAll() (routes []Route, err error) + func (r *Route) Equal(route Route) bool + func (r Route) String() string