]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc/m_tunnel_key: Add to the usage encapsulation dest UDP port
authorHadar Hen Zion <hadarh@mellanox.com>
Thu, 22 Dec 2016 08:14:41 +0000 (10:14 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 22 Dec 2016 19:02:00 +0000 (11:02 -0800)
tunnel key set parameters includes also dest UDP port, add it to the
usage.

Fixes: 449c709c3868 ("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>
tc/m_tunnel_key.c

index 58a3042a2e798d32d3bd10834689554574fd8daf..3ceec1cba616b0e5473ec707cf334a3f55624010 100644 (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)