diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-09-30 20:07:40 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-10-04 13:12:05 +0200 |
commit | a7a9df8639c701dd020cf61d19b205230742a17e (patch) | |
tree | c140607492ee24684907da1c13f497ec605c4e19 /nest/proto.c | |
parent | 9b775859cd7fd54a6fe2bd88359955fce079999d (diff) |
MPLS: Implement FEC map reconfiguration
This allows changing label policy or label range without restart.
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c index 701952ff..88f4813e 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -997,7 +997,7 @@ proto_setup_mpls_map(struct proto *p, uint rts, int hooks) } else if (m && c) { - // mpls_fec_map_reconfigure(m, c); + mpls_fec_map_reconfigure(m, c); } if (hooks) |