Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Route ¶
type Route struct {
// contains filtered or unexported fields
}
Route describes a single route in the routing table.
type RoutingTable ¶
type RoutingTable struct {
Routes []Route
}
RoutingTable describes the routing table on the node.
func (*RoutingTable) GetRoutingTable ¶
func (rt *RoutingTable) GetRoutingTable() error
GetRoutingTable retireves routing table in the node.
func (*RoutingTable) RestoreRoutingTable ¶
func (rt *RoutingTable) RestoreRoutingTable() error
RestoreRoutingTable pushes the saved route.
Click to show internal directories.
Click to hide internal directories.