Versions in this module Expand all Collapse all v3 v3.5.0 Feb 6, 2023 Changes in this version + const ClassifyTableIndexUnset + const NextHopViaLabelUnset + func NewABFVppHandler(calls govppapi.Channel, aclIdx aclidx.ACLMetadataIndex, ...) vppcalls.ABFVppAPI + type ABFVppHandler struct + func (h *ABFVppHandler) AbfAttachInterfaceIPv4(policyID, ifIdx, priority uint32) error + func (h *ABFVppHandler) AbfAttachInterfaceIPv6(policyID, ifIdx, priority uint32) error + func (h *ABFVppHandler) AbfDetachInterfaceIPv4(policyID, ifIdx, priority uint32) error + func (h *ABFVppHandler) AbfDetachInterfaceIPv6(policyID, ifIdx, priority uint32) error + func (h *ABFVppHandler) AddAbfPolicy(policyID, aclID uint32, abfPaths []*abf.ABF_ForwardingPath) error + func (h *ABFVppHandler) DeleteAbfPolicy(policyID uint32, abfPaths []*abf.ABF_ForwardingPath) error + func (h *ABFVppHandler) DumpABFPolicy() ([]*vppcalls.ABFDetails, error) + func (h *ABFVppHandler) GetAbfVersion() (ver string, err error)