Documentation ¶
Overview ¶
Package dplanerc contains gNMI task handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustWildcardQuery ¶
func MustWildcardQuery() ygnmi.WildcardQuery[*dpb.Route]
MustWildcardQuery returns a wildcard card query for all routes.
func RouteQuery ¶
RouteQuery returns a ygnmi query for a route with the given prefix and vrf.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler handles config updates to the paths.
func New ¶
func New(conn grpc.ClientConnInterface, switchID, cpuPortID uint64, contextID string) *Reconciler
New creates a new interface handler.
func (*Reconciler) StartInterface ¶
Start starts running the handler, watching the cache and the kernel interfaces.
func (*Reconciler) StartRoute ¶
Click to show internal directories.
Click to hide internal directories.