parse_bgp_open_message

Function parse_bgp_open_message 

Source
pub fn parse_bgp_open_message(
    input: &mut Bytes,
) -> Result<BgpOpenMessage, ParserError>
Expand description

Parse BGP OPEN message.

The parsing of BGP OPEN message also includes decoding the BGP capabilities.