mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 09:31:26 +00:00
Documentation: networking: explain what happens if temp_valid_lft is too small
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Reviewed-by: David Ahern <dsahern@kernel.org> Link: https://lore.kernel.org/r/20231024212312.299370-4-alexhenrie24@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
629df6701c
commit
433d6c8048
@ -2502,7 +2502,9 @@ use_tempaddr - INTEGER
|
||||
* -1 (for point-to-point devices and loopback devices)
|
||||
|
||||
temp_valid_lft - INTEGER
|
||||
valid lifetime (in seconds) for temporary addresses.
|
||||
valid lifetime (in seconds) for temporary addresses. If less than the
|
||||
minimum required lifetime (typically 5 seconds), temporary addresses
|
||||
will not be created.
|
||||
|
||||
Default: 172800 (2 days)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user