From: Hangbin Liu Date: Tue, 24 Apr 2018 02:40:17 +0000 (+0800) Subject: vxlan: add ttl auto in help message X-Git-Tag: v5.0.0~213 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8f01001abc01df5df343ec27b451e0adf83e8888;p=mirror_iproute2.git vxlan: add ttl auto in help message Signed-off-by: Hangbin Liu Signed-off-by: David Ahern --- diff --git a/ip/iplink_vxlan.c b/ip/iplink_vxlan.c index d4d793b6..2bc253fc 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" ); }