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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user