[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1524537617-22863-1-git-send-email-liuhangbin@gmail.com>
Date: Tue, 24 Apr 2018 10:40:17 +0800
From: Hangbin Liu <liuhangbin@...il.com>
To: netdev@...r.kernel.org
Cc: David Ahern <dsahern@...il.com>, Hangbin Liu <liuhangbin@...il.com>
Subject: [PATCH iproute2 net-next] vxlan: add ttl auto in help message
Signed-off-by: Hangbin Liu <liuhangbin@...il.com>
---
ip/iplink_vxlan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ip/iplink_vxlan.c b/ip/iplink_vxlan.c
index 661eaa7..d89b68b 100644
--- a/ip/iplink_vxlan.c
+++ b/ip/iplink_vxlan.c
@@ -51,7 +51,7 @@ static void print_explain(FILE *f)
"Where: VNI := 0-16777215\n"
" ADDR := { IP_ADDRESS | any }\n"
" TOS := { NUMBER | inherit }\n"
- " TTL := { 1..255 | inherit }\n"
+ " TTL := { 1..255 | auto | inherit }\n"
" LABEL := 0-1048575\n"
);
}
--
2.5.5
Powered by blists - more mailing lists