]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Fix time_offset to be int to match RFC-2132
authorColin McInnes <colin.mcinnes@vecima.com>
Fri, 26 Apr 2024 18:03:00 +0000 (12:03 -0600)
committerRoy Marples <roy@marples.name>
Sat, 27 Apr 2024 11:01:54 +0000 (12:01 +0100)
commitad41d26a26ee60332b4ed3c687dd4416c1bf25d6
tree06cc05f0da9efc9c555f8459854db9a2e3bd7835
parent0fbd29b0b91e29dd443d0ea13221df906fc9da15
Fix time_offset to be int to match RFC-2132

https://datatracker.ietf.org/doc/html/rfc2132#section-3.4

time_offset (dhcp v4 option 2) should be int32, not uint32, as it can
indicate a time offset east (positive) or west (negative) of zero
meridian.
src/dhcpcd-definitions.conf