summaryrefslogtreecommitdiff
path: root/tests/ospfd/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ospfd/common.c')
-rw-r--r--tests/ospfd/common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ospfd/common.c b/tests/ospfd/common.c
index eb30c4016e..ef5e3ed177 100644
--- a/tests/ospfd/common.c
+++ b/tests/ospfd/common.c
@@ -74,7 +74,8 @@ void print_route_table(struct vty *vty, struct route_table *rt)
label_stack = path->srni.backup_label_stack;
mpls_label2str(label_stack->num_labels,
label_stack->label, buf,
- MPLS_LABEL_STRLEN, true);
+ MPLS_LABEL_STRLEN,
+ ZEBRA_LSP_NONE, true);
vty_out(vty, " and backup path %s", buf);
}
vty_out(vty, "\n");