Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpStaticRoutes ¶
func DumpStaticRoutes(vppChan *govppapi.Channel) (map[uint32]*StaticRoutes, error)
DumpStaticRoutes dumps l3 routes from VPP and fills them into the provided static route map.
Types ¶
type NextHop ¶
type NextHop struct { OutgoingInterfaceSwIfIdx uint32 OutgoingInterfaceConfigured bool l3nb.StaticRoutes_Route_NextHops }
NextHop is the wrapper structure for the bridge domain interface northbound API structure.
type StaticRouteIP ¶
type StaticRouteIP struct { NextHops []*NextHop l3nb.StaticRoutes_Route }
StaticRouteIP is the wrapper structure for the static IP route API structure. NOTE: NextHops in StaticRoutes_Ip is overridden by the local NextHops member.
type StaticRoutes ¶
type StaticRoutes struct {
IP []*StaticRouteIP
}
StaticRoutes is the wrapper structure for the static routes API structure.
Click to show internal directories.
Click to hide internal directories.