From 090ba7ca157df9478f9e9c220f5457ff3db82e7f Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 3 May 2017 10:24:04 -0400 Subject: [PATCH] vtysh: Fix _ instead of - usage for labeled_unicast Signed-off-by: Donald Sharp --- vtysh/vtysh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") -- 2.39.5