From d261dd7ea1b9fbbae23b3acafe1aa6afdad94a88 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 18 Aug 2017 13:10:36 +0200 Subject: [PATCH] zebra: put pseudowire show cmd under mpls Let's group this where it belongs and not clutter the commands too much. Signed-off-by: David Lamparter --- zebra/zebra_pw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zebra/zebra_pw.c b/zebra/zebra_pw.c index 4f1d8b0915..0b6263fac5 100644 --- a/zebra/zebra_pw.c +++ b/zebra/zebra_pw.c @@ -434,8 +434,9 @@ DEFUN (pseudowire_control_word, DEFUN (show_pseudowires, show_pseudowires_cmd, - "show pseudowires", + "show mpls pseudowires", SHOW_STR + MPLS_STR "Pseudowires") { struct zebra_vrf *zvrf; -- 2.39.5