pub fn parse_bgp_route_refresh_message(
input: &mut Bytes,
) -> Result<BgpRouteRefreshMessage, ParserError>Expand description
Parse BGP ROUTE-REFRESH message.
RFC 2918 body: AFI (2 bytes), Reserved (1 byte), SAFI (1 byte). RFC 7313 redefines the reserved byte as a message subtype. Any trailing bytes (such as ORF entries per RFC 5291) are retained raw.