diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-09-22 15:47:48 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-10-04 13:12:05 +0200 |
commit | 35726051517aaf1869458caed03c7ee1c516721c (patch) | |
tree | 7f4e41d5636291e243c8e02a1c3781bc1ef7cb21 /nest/mpls.h | |
parent | fcf22586200000f0d19ffed339524d2530ed0d6f (diff) |
MPLS: Label range non-intersection check
Diffstat (limited to 'nest/mpls.h')
-rw-r--r-- | nest/mpls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/mpls.h b/nest/mpls.h index bac5c69d..6452220a 100644 --- a/nest/mpls.h +++ b/nest/mpls.h @@ -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 { |