From: Hadar Hen Zion Date: Thu, 22 Dec 2016 08:14:41 +0000 (+0200) Subject: tc/m_tunnel_key: Add to the usage encapsulation dest UDP port X-Git-Tag: v4.10.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d3126ef919d5935243921bb86bbeb1e5917a01;p=thirdparty%2Fiproute2.git 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: 449c709c3868 ("tc/m_tunnel_key: Add dest UDP port to tunnel key action") Signed-off-by: Hadar Hen Zion Reported-by: Simon Horman --- diff --git a/tc/m_tunnel_key.c b/tc/m_tunnel_key.c index 58a3042a2..3ceec1cba 100644 --- a/tc/m_tunnel_key.c +++ b/tc/m_tunnel_key.c @@ -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)