[][src]Module bgp_rs::open

Contains the OPEN Message implementation The open mod provides structs and implementation for OPEN messages

  • Open Attributes
  • Optional Parameters
    • Parsing as Capabilities for comparison between two OPEN messages

Structs

Capabilities

Contains the BGP session parameters that distinguish how BGP messages should be parsed.

Open

Represents a BGP Open message.

Enums

AddPathDirection

The direction which an ADD-PATH capabilty indicates a peer can provide additional paths.

OpenCapability

Represents a known capability held in an OpenParameter

OpenParameter

Represents a parameter in the optional parameter section of an Open message.