Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GetFailed = errors.New("netlink get operation failed") ListFailed = errors.New("netlink list operation failed") UpdateFailed = errors.New("netlink update operation failed") IfaceNotPresent = errors.New("interface not present") IfaceDown = errors.New("interface down") IfaceGrace = errors.New("interface in cleanup grace period") )
Functions ¶
This section is empty.
Types ¶
type RouteTable ¶
type RouteTable struct {
// contains filtered or unexported fields
}
func New ¶
func New(interfacePrefixes []string, ipVersion uint8) *RouteTable
func NewWithShims ¶
func NewWithShims(interfacePrefixes []string, ipVersion uint8, dpShim dataplaneIface, timeShim timeIface) *RouteTable
NewWithShims is a test constructor, which allows netlink, arp and time to be replaced by shims.
func (*RouteTable) Apply ¶
func (r *RouteTable) Apply() error
func (*RouteTable) OnIfaceStateChanged ¶
func (r *RouteTable) OnIfaceStateChanged(ifaceName string, state ifacemonitor.State)
func (*RouteTable) QueueResync ¶
func (r *RouteTable) QueueResync()
func (*RouteTable) SetRoutes ¶
func (r *RouteTable) SetRoutes(ifaceName string, targets []Target)
Click to show internal directories.
Click to hide internal directories.