mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Nexthop: Fixed recursive route mpls label merging
This commit is contained in:
@@ -42,9 +42,8 @@ struct static_route {
|
||||
byte active; /* Next hop is active (nbr/iface/BFD available) */
|
||||
byte weight; /* Multipath next hop weight */
|
||||
byte use_bfd; /* Configured to use BFD */
|
||||
byte label_count; /* Number of labels in stack */
|
||||
struct bfd_request *bfd_req; /* BFD request, if BFD is used */
|
||||
u32 *label_stack; /* Label stack if label_count > 0 */
|
||||
mpls_label_stack *mls; /* MPLS label stack; may be NULL */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user