]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit - src/dhcpcd.conf.5.in
DHCP6: T1, T2, vltime and pltime SHOULD be zero from client messages
authorRoy Marples <roy@marples.name>
Mon, 29 Aug 2022 16:58:18 +0000 (17:58 +0100)
committerRoy Marples <roy@marples.name>
Mon, 29 Aug 2022 17:01:17 +0000 (18:01 +0100)
commit8f86349e4919bb323342fff34f00bb1c2eb60d26
tree90d5bcf1c3bbe58b46c8e7f797e66f900152556e
parentb1e4e779be6e990283126ae92ae3bac38e8ea094
DHCP6: T1, T2, vltime and pltime SHOULD be zero from client messages

See RFC 8415 21.4, 21.6, 21.21 and 21.22.
As such it's impossible to request a lease time as such and we
MUST use the vltimes and pltimes sent by the server.

This addresses the concern in #116 but does fix it as it's not a dhcpcd
problem.
src/dhcp6.c
src/dhcpcd.conf.5.in