Change default lease time for DHCPv6 to one day.

Also remove floor on valid and preffered times in RA when
no time is specified.
This commit is contained in:
Simon Kelley
2020-07-12 22:45:46 +01:00
parent 2bd02d2f59
commit 4d85e409cd
6 changed files with 25 additions and 6 deletions

View File

@@ -942,6 +942,7 @@ struct shared_network {
#define CONTEXT_OLD (1u<<16)
#define CONTEXT_V6 (1u<<17)
#define CONTEXT_RA_OFF_LINK (1u<<18)
#define CONTEXT_SETLEASE (1u<<19)
struct ping_result {
struct in_addr addr;