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:
parent
bf73c650ac
commit
f6d3126ef9
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue