# Functions
NewClientManager creates and initializes a new client manager.
NewRoutingTable creates a new routing table.
No description provided by the author
ShouldPropagateUpdate performs some default checks and returns if an route update should be propagated to a neighbor.
# Structs
ClientManager manages clients of routing tables (observer pattern).
ClientOptions represents options for a client.
No description provided by the author
RoutingTable is a binary trie that stores prefixes and their paths.
No description provided by the author
SessionAttrs represents the attributes identifying a neighbor relationship.
# Interfaces
No description provided by the author
AdjRIBIn is the interface any AdjRIBIn must implement.
AdjRIBOut is the interface any AdjRIBOut must implement.
No description provided by the author
No description provided by the author
RouteTableClient is the interface that every route table client must implement.