tc/m_tunnel_key: Add to the usage encapsulation dest UDP port

tunnel key set parameters includes also dest UDP port, add it to the
usage.

Fixes: 449c709c38 ("tc/m_tunnel_key: Add dest UDP port to tunnel key action")
Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com>
Reported-by: Simon Horman <simon.horman@netronome.com>
This commit is contained in:
Hadar Hen Zion 2016-12-22 10:14:41 +02:00 committed by Stephen Hemminger
parent bf73c650ac
commit f6d3126ef9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
static void explain(void)
{
fprintf(stderr, "Usage: tunnel_key unset\n");
fprintf(stderr, " tunnel_key set id TUNNELID src_ip IP dst_ip IP\n");
fprintf(stderr, " tunnel_key set id TUNNELID src_ip IP dst_ip IP dst_port UDP_PORT\n");
}
static void usage(void)