summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_pw.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-18 13:10:36 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-21 14:33:24 +0200
commitd261dd7ea1b9fbbae23b3acafe1aa6afdad94a88 (patch)
treeaa111cd78497393c2e6e9b12b13b309d36a5858e /zebra/zebra_pw.c
parentMerge pull request #1009 from donaldsharp/show_cmds (diff)
downloadfrr-d261dd7ea1b9fbbae23b3acafe1aa6afdad94a88.tar.xz
frr-d261dd7ea1b9fbbae23b3acafe1aa6afdad94a88.zip
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 <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_pw.c')
-rw-r--r--zebra/zebra_pw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_pw.c b/zebra/zebra_pw.c
index 4f1d8b091..0b6263fac 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;