Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.
Source Files
¶
- dump_vppcalls.go
Click to show internal directories.
Click to hide internal directories.