Currently the MPLS parsing in nlri.rs skips the label (and reserved/bottom-of-stack) bytes: https://github.com/DevQps/bgp-rs/blob/fa8cafc8e6d9b3d8a44057cd228dc6cd7164c0e8/src/update/nlri.rs#L71-L72 Support label parsing, along with multiple labels support
Currently the MPLS parsing in nlri.rs skips the label (and reserved/bottom-of-stack) bytes:
bgp-rs/src/update/nlri.rs
Lines 71 to 72 in fa8cafc
Support label parsing, along with multiple labels support