Commit 433d6c80 authored by Alex Henrie's avatar Alex Henrie Committed by Jakub Kicinski
Browse files

Documentation: networking: explain what happens if temp_valid_lft is too small

parent 629df670
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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)