From: James Prestwood <prestwoj@gmail.com>
To: netdev@vger.kernel.org
Cc: James Prestwood <prestwoj@gmail.com>
Subject: [PATCH 4/4] doc: networking: document ndisc_evict_nocarrier
Date: Wed, 13 Oct 2021 15:27:10 -0700 [thread overview]
Message-ID: <20211013222710.4162634-4-prestwoj@gmail.com> (raw)
In-Reply-To: <20211013222710.4162634-1-prestwoj@gmail.com>
Signed-off-by: James Prestwood <prestwoj@gmail.com>
---
Documentation/networking/ip-sysctl.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/networking/ip-sysctl.rst b/Documentation/networking/ip-sysctl.rst
index 174d9d3ee5c2..7bac67a2f6d7 100644
--- a/Documentation/networking/ip-sysctl.rst
+++ b/Documentation/networking/ip-sysctl.rst
@@ -2258,6 +2258,15 @@ ndisc_tclass - INTEGER
* 0 - (default)
+ndisc_evict_nocarrier - BOOLEAN
+ Clears the neighbor discovery table on NOCARRIER events. This option is
+ important for wireless devices where the neighbor discovery cache should
+ not be cleared when roaming between access points on the same network.
+ In most cases this should remain as the default (1).
+
+ - 1 - (default): Clear neighbor discover cache on NOCARRIER events.
+ - 0 - Do not clear neighbor discovery cache on NOCARRIER events.
+
mldv1_unsolicited_report_interval - INTEGER
The interval in milliseconds in which the next unsolicited
MLDv1 report retransmit will take place.
--
2.31.1
next prev parent reply other threads:[~2021-10-13 22:32 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-13 22:27 [PATCH 1/4] net: arp: introduce arp_evict_nocarrier sysctl parameter James Prestwood
2021-10-13 22:27 ` [PATCH 2/4] net: ndisc: introduce ndisc_evict_nocarrier " James Prestwood
2021-10-13 22:27 ` [PATCH 3/4] doc: networking: document arp_evict_nocarrier James Prestwood
2021-10-14 18:34 ` David Ahern
2021-10-13 22:27 ` James Prestwood [this message]
2021-10-13 23:37 ` [PATCH 1/4] net: arp: introduce arp_evict_nocarrier sysctl parameter Jakub Kicinski
2021-10-13 23:40 ` Jakub Kicinski
2021-10-14 16:32 ` James Prestwood
2021-10-14 16:43 ` Jakub Kicinski
2021-10-14 16:29 ` James Prestwood
2021-10-14 16:59 ` Jakub Kicinski
2021-10-14 18:32 ` David Ahern
2021-10-14 8:30 ` Daniel Borkmann
2021-10-14 16:20 ` James Prestwood
2021-10-14 18:34 ` David Ahern
2021-10-14 18:52 ` James Prestwood
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=20211013222710.4162634-4-prestwoj@gmail.com \
--to=prestwoj@gmail.com \
--cc=netdev@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).