mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-04-20 14:04:37 +00:00
Merge commit '114be2af28e5c124bd479a487f89244ba99c272d' into thread-next
This commit is contained in:
commit
294b9763ce
1
lib/ip.h
1
lib/ip.h
@ -392,6 +392,7 @@ static inline ip6_addr ip6_ntoh(ip6_addr a)
|
||||
#define MPLS_MAX_LABEL 0x100000
|
||||
|
||||
#define MPLS_MAX_LABEL_STACK 8
|
||||
#define MPLS_MAX_LABEL_STRING MPLS_MAX_LABEL_STACK*12 + 5
|
||||
typedef struct mpls_label_stack {
|
||||
uint len;
|
||||
u32 stack[MPLS_MAX_LABEL_STACK];
|
||||
|
Loading…
x
Reference in New Issue
Block a user