]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: put pseudowire show cmd under mpls
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 18 Aug 2017 11:10:36 +0000 (13:10 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 21 Aug 2017 12:33:24 +0000 (14:33 +0200)
Let's group this where it belongs and not clutter the commands too much.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/zebra_pw.c

index 4f1d8b0915c2d9e14eae021d02c3d2c30120d4fe..0b6263fac5241b2ce4b82f3d16fd493f060568d2 100644 (file)
@@ -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;