diff options
author | Maria Matejka <mq@ucw.cz> | 2022-05-30 17:27:03 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-05-30 17:27:03 +0200 |
commit | 7b0c89a47fa1f63248ceaa1e9c1b3948dd29a68d (patch) | |
tree | a1be538eeac144479ba65e8f67d25e396abcc937 /proto/static/static.h | |
parent | 41508ceac3cdd74ca705d3bfc6a79464bf38e0b5 (diff) | |
parent | f2e725a76882ba6b75c3ce4fb3c760bd83462410 (diff) |
Merge commit 'f2e725a76882ba6b75c3ce4fb3c760bd83462410' into haugesund
Diffstat (limited to 'proto/static/static.h')
-rw-r--r-- | proto/static/static.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/static/static.h b/proto/static/static.h index d99f7ebd..ea7ca33b 100644 --- a/proto/static/static.h +++ b/proto/static/static.h @@ -49,7 +49,7 @@ struct static_route { byte weight; /* Multipath next hop weight */ byte use_bfd; /* Configured to use BFD */ struct bfd_request *bfd_req; /* BFD request, if BFD is used */ - mpls_label_stack *mls; /* MPLS label stack; may be NULL */ + struct adata *mls; /* MPLS label stack; may be NULL */ }; /* |