From: David Lamparter Date: Fri, 18 Aug 2017 11:10:36 +0000 (+0200) Subject: zebra: put pseudowire show cmd under mpls X-Git-Tag: frr-4.0-dev~388^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d261dd7ea1b9fbbae23b3acafe1aa6afdad94a88;p=matthieu%2Ffrr.git 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 --- 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;