# Functions
DumpBridgeDomainIDs lists all configured bridge domains.
DumpBridgeDomains dumps VPP bridge domain data into the northbound API data structure map indexed by bridge domain ID.
DumpFIBTableEntries dumps VPP FIB table entries into the northbound API data structure map indexed by destination MAC address.
DumpXConnectPairs dumps VPP xconnect pair data into the northbound API data structure map indexed by rx interface index.
# Structs
BridgeDomain is the wrapper structure for the bridge domain northbound API structure.
BridgeDomainInterface is the wrapper structure for the bridge domain interface northbound API structure.
FIBTableEntry is the wrapper structure for the FIB table entry northbound API structure.
XConnectPairs is the wrapper structure for the l2 xconnect northbound API structure.