]> 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:29:01 +0000 (14:29 +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 21b6efd86f9ef18cfde6d9d7a3f208df21483a2f..6e221ec4861d4b00484e3f7e7b89735f9759f763 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;