Versions in this module Expand all Collapse all v1 v1.0.1 Jun 23, 2022 Changes in this version + func RegisterRouterRoute(router *mux.Router) + type Route struct + Action string + Gateway string + Link string + OnLink string + func (rt *Route) AddDefaultGateWay() error + func (rt *Route) Configure() error + func (rt *Route) RemoveGateWay() error + func (rt *Route) ReplaceDefaultGateWay() error + type RouteInfo struct + AdvMSS int + Dst struct{ ... } + Encap string + Flags []string + Gw string + Hoplimit int + ILinkIndex int + LinkIndex int + LinkName string + MPLSDst string + Mtu int + MultiPath string + NewDst string + Priority int + Protocol int + Scope int + Src string + Table int + Tos int + Type int + func AcquireRoutes() ([]RouteInfo, error)