Also recognize PXE clients who do not set the PXE option in the DHCP request but do identify in client string.

git-svn-id: file:///home/svn/framework3/trunk@13577 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Weeks 2011-08-18 00:18:43 +00:00
parent f99429138e
commit 9e80c740b6
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ protected
spot = spot + optionLen + 2
if optionType == 53
messageType = optionValue.unpack("C").first
elsif optionType == 150
elsif optionType == 150 or (optionType == 60 and optionValue.include? "PXEClient")
pxeclient = true
end
end