ip-sysctl.rst (fcdb44d08a95003c3d040aecdee286156ec6f34e) | ip-sysctl.rst (18ac597af25e9760b76471524096f5b29eb820e6) |
---|---|
1.. SPDX-License-Identifier: GPL-2.0 2 3========= 4IP Sysctl 5========= 6 7/proc/sys/net/ipv4/* Variables 8============================== --- 2336 unchanged lines hidden (view full) --- 2345 Discovery (Router Solicitation, Router Advertisement, Neighbor 2346 Solicitation, Neighbor Advertisement, Redirect) messages. 2347 These 8 bits can be interpreted as 6 high order bits holding the DSCP 2348 value and 2 low order bits representing ECN (which you probably want 2349 to leave cleared). 2350 2351 * 0 - (default) 2352 | 1.. SPDX-License-Identifier: GPL-2.0 2 3========= 4IP Sysctl 5========= 6 7/proc/sys/net/ipv4/* Variables 8============================== --- 2336 unchanged lines hidden (view full) --- 2345 Discovery (Router Solicitation, Router Advertisement, Neighbor 2346 Solicitation, Neighbor Advertisement, Redirect) messages. 2347 These 8 bits can be interpreted as 6 high order bits holding the DSCP 2348 value and 2 low order bits representing ECN (which you probably want 2349 to leave cleared). 2350 2351 * 0 - (default) 2352 |
2353ndisc_evict_nocarrier - BOOLEAN 2354 Clears the neighbor discovery table on NOCARRIER events. This option is 2355 important for wireless devices where the neighbor discovery cache should 2356 not be cleared when roaming between access points on the same network. 2357 In most cases this should remain as the default (1). 2358 2359 - 1 - (default): Clear neighbor discover cache on NOCARRIER events. 2360 - 0 - Do not clear neighbor discovery cache on NOCARRIER events. 2361 |
|
2353mldv1_unsolicited_report_interval - INTEGER 2354 The interval in milliseconds in which the next unsolicited 2355 MLDv1 report retransmit will take place. 2356 2357 Default: 10000 (10 seconds) 2358 2359mldv2_unsolicited_report_interval - INTEGER 2360 The interval in milliseconds in which the next unsolicited --- 521 unchanged lines hidden --- | 2362mldv1_unsolicited_report_interval - INTEGER 2363 The interval in milliseconds in which the next unsolicited 2364 MLDv1 report retransmit will take place. 2365 2366 Default: 10000 (10 seconds) 2367 2368mldv2_unsolicited_report_interval - INTEGER 2369 The interval in milliseconds in which the next unsolicited --- 521 unchanged lines hidden --- |