pub fn parse_bgp_update_message(
input: Bytes,
add_path: bool,
asn_len: &AsnLength,
) -> Result<BgpUpdateMessage, ParserError>
Expand description
read bgp update message.
pub fn parse_bgp_update_message(
input: Bytes,
add_path: bool,
asn_len: &AsnLength,
) -> Result<BgpUpdateMessage, ParserError>
read bgp update message.