]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: Fix _ instead of - usage for labeled_unicast 445/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 May 2017 14:24:04 +0000 (10:24 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 May 2017 14:24:04 +0000 (10:24 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
vtysh/vtysh.c

index e90228b424362f8e8053022861a471ed33cf2859..1d16f113754a382b9c95703374278dc5f9d71908 100644 (file)
@@ -1210,7 +1210,7 @@ DEFUNSH (VTYSH_BGPD,
 DEFUNSH (VTYSH_BGPD,
          address_family_ipv4_labeled_unicast,
          address_family_ipv4_labeled_unicast_cmd,
-         "address-family ipv4 labeled_unicast",
+         "address-family ipv4 labeled-unicast",
          "Enter Address Family command mode\n"
          "Address Family\n"
          "Address Family modifier\n")
@@ -1258,7 +1258,7 @@ DEFUNSH (VTYSH_BGPD,
 DEFUNSH (VTYSH_BGPD,
          address_family_ipv6_labeled_unicast,
          address_family_ipv6_labeled_unicast_cmd,
-         "address-family ipv6 labeled_unicast",
+         "address-family ipv6 labeled-unicast",
          "Enter Address Family command mode\n"
          "Address Family\n"
          "Address Family modifier\n")