All of lore.kernel.org
 help / color / mirror / Atom feed
From: yzhu1 <Yanjun.Zhu@windriver.com>
To: YOSHIFUJI Hideaki <hideaki.yoshifuji@miraclelinux.com>,
	<netdev@vger.kernel.org>, <davem@davemloft.net>
Cc: <ulf.samuelsson@ericsson.com>
Subject: Re: [PATCH net-next 2/2] net: neighbour: Document {mcast,ucast}_solicit, mcast_resolicit.
Date: Mon, 23 Mar 2015 10:29:25 +0800	[thread overview]
Message-ID: <550F7A85.9020901@windriver.com> (raw)
In-Reply-To: <20150319.224204.580319871687930153.yoshfuji@yoshifuji-H87MS01.miraclelinux.com>

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

      parent reply	other threads:[~2015-03-23  2:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=550F7A85.9020901@windriver.com \
    --to=yanjun.zhu@windriver.com \
    --cc=davem@davemloft.net \
    --cc=hideaki.yoshifuji@miraclelinux.com \
    --cc=netdev@vger.kernel.org \
    --cc=ulf.samuelsson@ericsson.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.