Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StnVppHandler ¶
type StnVppHandler struct {
// contains filtered or unexported fields
}
StnVppHandler is accessor for STN-related vppcalls methods
func NewStnVppHandler ¶
func NewStnVppHandler( callsChan govppapi.Channel, ifIndexes ifaceidx.IfaceMetadataIndex, log logging.Logger, ) *StnVppHandler
NewStnVppHandler creates new instance of STN vppcalls handler
func (*StnVppHandler) AddSTNRule ¶
func (h *StnVppHandler) AddSTNRule(stnRule *stn.Rule) error
AddSTNRule implements STN handler, adds a new STN rule to the VPP.
func (*StnVppHandler) DeleteSTNRule ¶
func (h *StnVppHandler) DeleteSTNRule(stnRule *stn.Rule) error
DeleteSTNRule implements STN handler, removes the provided STN rule from the VPP.
func (*StnVppHandler) DumpSTNRules ¶
func (h *StnVppHandler) DumpSTNRules() ([]*vppcalls.StnDetails, error)
DumpSTNRules implements STN handler, it returns all STN rules present on the VPP
Click to show internal directories.
Click to hide internal directories.