]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip/vxlan: add a help for ageing and maxaddress options
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Tue, 9 Sep 2014 14:55:10 +0000 (16:55 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 28 Sep 2014 23:19:31 +0000 (16:19 -0700)
These options were missing in usage and man pages.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
ip/iplink_vxlan.c
man/man8/ip-link.8.in

index 53c50accde893d973cb1483ab34fd5fc840b1975..8aa25cd5fe52faea13002c592fca49afbd874949 100644 (file)
@@ -28,6 +28,7 @@ static void explain(void)
        fprintf(stderr, "                 [ dstport PORT ] [ srcport MIN MAX ]\n");
        fprintf(stderr, "                 [ [no]learning ] [ [no]proxy ] [ [no]rsc ]\n");
        fprintf(stderr, "                 [ [no]l2miss ] [ [no]l3miss ]\n");
+       fprintf(stderr, "                 [ ageing SECONDS ] [ maxaddress NUMBER ]\n");
        fprintf(stderr, "\n");
        fprintf(stderr, "Where: VNI := 0-16777215\n");
        fprintf(stderr, "       ADDR := { IP_ADDRESS | any }\n");
index 29d12fb2c77346c57eaae075a7df1d1a1180546d..383917a63669a0a30ac9dbefc6b7d3e8cacc80b1 100644 (file)
@@ -262,6 +262,10 @@ the following additional arguments are supported:
 .I "[no]l2miss "
 .R " ] [ "
 .I "[no]l3miss "
+.R " ] [ "
+.BI ageing " SECONDS "
+.R " ] [ "
+.BI maxaddress " NUMBER "
 .R " ]"
 
 .in +8
@@ -326,6 +330,14 @@ are entered into the VXLAN device forwarding database.
 .I [no]l3miss
 - specifies if netlink IP ADDR miss notifications are generated.
 
+.sp
+.BI ageing " SECONDS"
+- specifies the lifetime in seconds of FDB entries learnt by the kernel.
+
+.sp
+.BI maxaddress " NUMBER"
+- specifies the maximum number of FDB entries.
+
 .in -8
 
 .TP