From 69965f533aa368b4a630dafbcd72a4f600bd9e1c Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 9 Aug 2017 12:37:45 +0200 Subject: zebra: fix pseudowire code re. upstream changes - VTY_NEWLINE is out - thread API changed with the extra arg - struct rib got renamed to struct route_entry - MPLS_NO_LABEL was removed - RB-tree implementation has some extra args Signed-off-by: David Lamparter --- zebra/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/debug.c') diff --git a/zebra/debug.c b/zebra/debug.c index 6728ed1325..25f47bc51a 100644 --- a/zebra/debug.c +++ b/zebra/debug.c @@ -438,7 +438,7 @@ static int config_write_debug(struct vty *vty) write++; } if (IS_ZEBRA_DEBUG_PW) { - vty_out(vty, "debug zebra pseudowires%s", VTY_NEWLINE); + vty_out(vty, "debug zebra pseudowires\n"); write++; } return write; -- cgit v1.2.3