[][src]Module bgpdump::records::tabledump

Contains all TABLE_DUMP subtypes such as TABLE_DUMP and TABLE_DUMP_V2.

Structs

PEER_INDEX_TABLE

This record provides the BGP ID of the collector, an optional view name, and a list of indexed peers.

PeerEntry

Describes a peer from which BGP messages were received.

RIBEntry

Represents a route in the Routing Information Base (RIB)

RIBEntryAddPath

Represents a route in the Routing Information Base (RIB) allowing multiple paths.

RIB_AFI

Represents a collection of routes for a specific IP prefix.

RIB_AFI_ADDPATH

Represents a collection of routes for a specific IP prefix.

RIB_GENERIC

Represents a collection of routes for a specific IP prefix.

RIB_GENERIC_ADDPATH

Represents a collection of routes for a specific IP prefix.

TABLE_DUMP

Represents a RIB entry of a Routing Information Base.

Enums

TABLE_DUMP_V2

Used to store Routing Information Base (RIB) entries.