diff --git a/ip/iplink_vxlan.c b/ip/iplink_vxlan.c index aa4d5198..ede84824 100644 --- a/ip/iplink_vxlan.c +++ b/ip/iplink_vxlan.c @@ -23,7 +23,7 @@ static void print_explain(FILE *f) { - fprintf(f, "Usage: ... vxlan id VNI [ { group | remote } ADDR ] [ local ADDR ]\n"); + fprintf(f, "Usage: ... vxlan id VNI [ { group | remote } IP_ADDRESS ] [ local ADDR ]\n"); fprintf(f, " [ ttl TTL ] [ tos TOS ] [ dev PHYS_DEV ]\n"); fprintf(f, " [ dstport PORT ] [ srcport MIN MAX ]\n"); fprintf(f, " [ [no]learning ] [ [no]proxy ] [ [no]rsc ]\n"); diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 189a8f15..36404964 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -391,7 +391,8 @@ the following additional arguments are supported: .RB " ] [ { " group " | " remote " } " .I IPADDR .R " ] [ " -.BI local " IPADDR " +.B local +.RI "{ "IPADDR " | "any " } " .R " ] [ " .BI ttl " TTL " .R " ] [ "