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