From: Pablo de Lara Date: Sat, 15 Nov 2014 19:01:36 +0000 (+0000) Subject: app/testpmd: add some missing commands in help X-Git-Tag: spdx-start~10132 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=70cb6992067dd56aea4bdda659c9ced55541279b;hp=26138624815761416c0186674fc44bed9f615617;p=dpdk.git app/testpmd: add some missing commands in help set link-up and set link-down were not included in the help command. Signed-off-by: Pablo de Lara Acked-by: Thomas Monjalon --- diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 4c3fc76d75..ef8e9cd40b 100644 --- a/app/test-pmd/cmdline.c +++ b/app/test-pmd/cmdline.c @@ -463,6 +463,11 @@ static void cmd_help_long_parsed(void *parsed_result, "set bonding xmit_balance_policy (port_id) (l2|l23|l34)\n" " Set the transmit balance policy for bonded device running in balance mode.\n\n" #endif + "set link-up port (port_id)\n" + " Set link up for a port.\n\n" + + "set link-down port (port_id)\n" + " Set link down for a port.\n\n" , list_pkt_forwarding_modes() );