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.
pub fn parse_bgp_open_message(
input: &mut Bytes,
) -> Result<BgpOpenMessage, ParserError>
Parse BGP OPEN message.
The parsing of BGP OPEN message also includes decoding the BGP capabilities.