1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

MPLS: Label range non-intersection check

This commit is contained in:
Ondrej Zajicek
2023-09-22 15:47:48 +02:00
parent fcf2258620
commit 3572605151
2 changed files with 48 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ struct mpls_range_config {
uint start; /* Label range start, (uint) -1 for undefined */
uint length; /* Label range length, (uint) -1 for undefined */
u8 implicit; /* Implicitly defined range */
};
struct mpls_range {