lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 9 Sep 2014 16:55:10 +0200 From: Nicolas Dichtel <nicolas.dichtel@...nd.com> To: shemminger@...tta.com Cc: netdev@...r.kernel.org, Nicolas Dichtel <nicolas.dichtel@...nd.com> Subject: [PATCH iproute2 1/2] ip/vxlan: add a help for ageing and maxaddress options These options were missing in usage and man pages. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@...nd.com> --- ip/iplink_vxlan.c | 1 + man/man8/ip-link.8.in | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/ip/iplink_vxlan.c b/ip/iplink_vxlan.c index 53c50accde89..8aa25cd5fe52 100644 --- a/ip/iplink_vxlan.c +++ b/ip/iplink_vxlan.c @@ -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"); diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 29d12fb2c773..383917a63669 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -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 -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists