summaryrefslogtreecommitdiff
path: root/zebra/debug.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-09 12:37:45 +0200
committerDavid Lamparter <equinox@diac24.net>2017-08-09 13:03:39 +0200
commit69965f533aa368b4a630dafbcd72a4f600bd9e1c (patch)
tree29fbd9adce8d50fb3183069e57f88f875b73efc0 /zebra/debug.c
parent2dd0d726247489dbcc8d99671360915d7332f7c4 (diff)
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 <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/debug.c')
-rw-r--r--zebra/debug.c2
1 files changed, 1 insertions, 1 deletions
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;