Fix ospfd unit tests in make check that had not been
updated to the new lib function.
Signed-off-by: Stephen Worley <sworley@nvidia.com>
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");
->num_labels,
q_space->label_stack->label,
label_buf, MPLS_LABEL_STRLEN,
- true);
+ ZEBRA_LSP_NONE, true);
vty_out(vty, "\nLabel stack: %s\n",
label_buf);
} else {