Versions in this module Expand all Collapse all v1 v1.5.2 Jul 23, 2018 v1.5.1 Jul 20, 2018 Changes in this version + func DumpBridgeDomainIDs(vppChannel govppapi.Channel, stopwatch *measure.Stopwatch) ([]uint32, error) + func DumpBridgeDomains(vppChan govppapi.Channel, stopwatch *measure.Stopwatch) (map[uint32]*BridgeDomain, error) + func DumpFIBTableEntries(vppChan govppapi.Channel, stopwatch *measure.Stopwatch) (map[string]*FIBTableEntry, error) + func DumpXConnectPairs(vppChan govppapi.Channel, stopwatch *measure.Stopwatch) (map[uint32]*XConnectPairs, error) + type BridgeDomain struct + Interfaces []*BridgeDomainInterface + type BridgeDomainInterface struct + SwIfIndex uint32 + type FIBTableEntry struct + BridgeDomainIdx uint32 + OutgoingInterfaceSwIfIdx uint32 + type XConnectPairs struct + ReceiveInterfaceSwIfIdx uint32 + TransmitInterfaceSwIfIdx uint32