aboutsummaryrefslogtreecommitdiff
path: root/THANKS.in
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2012-06-14 00:39:55 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2012-06-14 00:39:55 +0200
commit4d5276273287ef59881b541ba96279e91974a4b2 (patch)
treee9d14b6d022cf98de445e88dc62a88b985c7b5d6 /THANKS.in
parentf091d59e0f9abec9304d9d230fafc2dec001baba (diff)
downloadmonitoring-plugins-4d5276273287ef59881b541ba96279e91974a4b2.tar.gz
check_dhcp: Don't misinterpret the "siaddr" field
RFC 2131 (2.) says: "DHCP clarifies the interpretation of the 'siaddr' field as the address of the server to use in the next step of the client's bootstrap process." So, we shouldn't interpret this field as the DHCP server's own address. (#3503921 - Jason Ellison)
Diffstat (limited to 'THANKS.in')
-rw-r--r--THANKS.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS.in b/THANKS.in
index 32a8868d..943acdb0 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -273,3 +273,4 @@ Jason Lunn
Alex Griffin
Marc Remy
Matej Vela
+Jason Ellison