From: Donald Sharp Date: Wed, 3 May 2017 14:24:04 +0000 (-0400) Subject: vtysh: Fix _ instead of - usage for labeled_unicast X-Git-Tag: reindent-master-before~202^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=090ba7ca157df9478f9e9c220f5457ff3db82e7f;p=matthieu%2Ffrr.git vtysh: Fix _ instead of - usage for labeled_unicast Signed-off-by: Donald Sharp --- diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index e90228b424..1d16f11375 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -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")