Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "l2-responder", "L2 Responder Reconciler", cell.Invoke(NewL2ResponderReconciler), cell.Provide(newNeighborNetlink), )
Cell provides the L2 Responder Reconciler. This component takes the desired state, calculated by the L2 announcer component from the StateDB table and reconciles it with the L2 responder map. The L2 Responder Reconciler watches for incremental changes in the table and applies these incremental changes immediately and it periodically perform full reconciliation as redundancy.
Functions ¶
func NewL2ResponderReconciler ¶
func NewL2ResponderReconciler(params params) *l2ResponderReconciler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.