diff options
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 { |