]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Only bits 1 and 2 are used in the DHCP overload option, so when we encounter
authorRoy Marples <roy@marples.name>
Wed, 30 Jul 2014 08:58:42 +0000 (08:58 +0000)
committerRoy Marples <roy@marples.name>
Wed, 30 Jul 2014 08:58:42 +0000 (08:58 +0000)
commitf53e7bdce8527d4879102f8953f486ef6dd8c5eb
tree18fac2a4d07fea3b803153f4262b73c69259c447
parent914a748a7abeceea27f5a71d3d81ddcc54f66397
Only bits 1 and 2 are used in the DHCP overload option, so when we encounter
the option set the last bit as well to ensure servername and bootfile are
only checked once as their check unsets bits 1 and 2.

Thanks to Tobias Stoeckmann.
dhcp.c