package
2.5.1+incompatible
Repository: https://github.com/lxlee1102/vpp-agent.git
Documentation: pkg.go.dev

# Functions

FailureFixedWithRetry presents a scenario, in which interface fails to get created at a first attempt, but an automatic retry, triggered in the background after a delay, will succeed to create the interface and all the objects that were waiting for it.
InterfaceRecreation presents a scenario, in which the interface type is changed, which cannot be applied incrementally via Update, but requires the interface to be fully re-created, together with all the objects that depend on it.
InvalidConfigFixedWithUpdate presents a scenario, in which an interface is first defined with an invalid MAC address and therefore remains in the INVALID state.
PendingAfterChange presents a scenario, in which originally configured objects must be deleted and set as PENDING, because some another object, which they depend on, was set to be un-configured by an update transaction.
PendingAfterResync presents a scenario, in which some objects are pending after the first resync since their dependencies are not satisfied.
No description provided by the author
RevertedChange presents a scenario, in which an update transaction fails and gets reverted.
Run runs a scenario selected by the user.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author