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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 23 Mar 2015 10:29:25 +0800
From:	yzhu1 <Yanjun.Zhu@...driver.com>
To:	YOSHIFUJI Hideaki <hideaki.yoshifuji@...aclelinux.com>,
	<netdev@...r.kernel.org>, <davem@...emloft.net>
CC:	<ulf.samuelsson@...csson.com>
Subject: Re: [PATCH net-next 2/2] net: neighbour: Document {mcast,ucast}_solicit,
 mcast_resolicit.

On 03/19/2015 09:42 PM, YOSHIFUJI Hideaki wrote:
> Signed-off-by: YOSHIFUJI Hideaki <hideaki.yoshifuji@...aclelinux.com>
> ---
>   Documentation/networking/ip-sysctl.txt | 14 +++++++++++++-
>   1 file changed, 13 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
> index 4412f69..6c07c2b 100644
> --- a/Documentation/networking/ip-sysctl.txt
> +++ b/Documentation/networking/ip-sysctl.txt
> @@ -1126,11 +1126,23 @@ arp_accept - BOOLEAN
>   	gratuitous arp frame, the arp table will be updated regardless
>   	if this setting is on or off.
>   
> +mcast_solicit - INTEGER
> +	The maximum number of multicast probes in INCOMPLETE state,
> +	when the associated hardware address is unknown.  Defaults
> +	to 3.
> +
> +ucast_solicit - INTEGER
> +	The maximum number of unicast probes in PROBE state, when
> +	the hardware address is being reconfirmed.  Defaults to 3.
>   
>   app_solicit - INTEGER
>   	The maximum number of probes to send to the user space ARP daemon
>   	via netlink before dropping back to multicast probes (see
> -	mcast_solicit).  Defaults to 0.
> +	mcast_resolicit).  Defaults to 0.
> +
> +mcast_resolicit - INTEGER
> +	The maximum number of multicast probes after unicast and
> +	app probes in PROBE state.  Defaults to 0.
Hi, YOSHIFUJI Hideaki

To be compatible with ipv6, Defaults should be 3.

Best Regards!
Zhu Yanjun

>   
>   disable_policy - BOOLEAN
>   	Disable IPSEC policy (SPD) for this interface

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ