Versions in this module Expand all Collapse all v3 v3.5.0 Feb 6, 2023 Changes in this version + func NewWgVppHandler(ch govppapi.Channel, ifIdx ifaceidx.IfaceMetadataIndex, log logging.Logger) vppcalls.WgVppAPI + type WgVppHandler struct + func (h *WgVppHandler) AddPeer(peer *wg.Peer) (uint32, error) + func (h *WgVppHandler) DumpWgPeers() (peerList []*wg.Peer, err error) + func (h *WgVppHandler) RemovePeer(peer_idx uint32) error