All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 2/2] net: neighbour: Document {mcast,ucast}_solicit, mcast_resolicit.
@ 2015-03-19 13:42 YOSHIFUJI Hideaki
  2015-03-21  1:48 ` David Miller
  2015-03-23  2:29 ` yzhu1
  0 siblings, 2 replies; 3+ messages in thread
From: YOSHIFUJI Hideaki @ 2015-03-19 13:42 UTC (permalink / raw)
  To: netdev, davem; +Cc: Yanjun.Zhu, ulf.samuelsson

Signed-off-by: YOSHIFUJI Hideaki <hideaki.yoshifuji@miraclelinux.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.
 
 disable_policy - BOOLEAN
 	Disable IPSEC policy (SPD) for this interface
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next 2/2] net: neighbour: Document {mcast,ucast}_solicit, mcast_resolicit.
  2015-03-19 13:42 [PATCH net-next 2/2] net: neighbour: Document {mcast,ucast}_solicit, mcast_resolicit YOSHIFUJI Hideaki
@ 2015-03-21  1:48 ` David Miller
  2015-03-23  2:29 ` yzhu1
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2015-03-21  1:48 UTC (permalink / raw)
  To: hideaki.yoshifuji; +Cc: netdev, Yanjun.Zhu, ulf.samuelsson

From: YOSHIFUJI Hideaki <hideaki.yoshifuji@miraclelinux.com>
Date: Thu, 19 Mar 2015 22:42:04 +0900 (JST)

> Signed-off-by: YOSHIFUJI Hideaki <hideaki.yoshifuji@miraclelinux.com>

Also applied to net-next, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next 2/2] net: neighbour: Document {mcast,ucast}_solicit, mcast_resolicit.
  2015-03-19 13:42 [PATCH net-next 2/2] net: neighbour: Document {mcast,ucast}_solicit, mcast_resolicit YOSHIFUJI Hideaki
  2015-03-21  1:48 ` David Miller
@ 2015-03-23  2:29 ` yzhu1
  1 sibling, 0 replies; 3+ messages in thread
From: yzhu1 @ 2015-03-23  2:29 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki, netdev, davem; +Cc: ulf.samuelsson

On 03/19/2015 09:42 PM, YOSHIFUJI Hideaki wrote:
> Signed-off-by: YOSHIFUJI Hideaki <hideaki.yoshifuji@miraclelinux.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-23  2:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-19 13:42 [PATCH net-next 2/2] net: neighbour: Document {mcast,ucast}_solicit, mcast_resolicit YOSHIFUJI Hideaki
2015-03-21  1:48 ` David Miller
2015-03-23  2:29 ` yzhu1

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.