net: parse DHCP options from overloaded file/sname fields
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Thu, 3 Sep 2015 22:31:49 +0000 (00:31 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 29 Oct 2015 19:05:45 +0000 (14:05 -0500)
commit774c3e05ec0a9c298e14681fb662c392842c2ced
tree5c9f682f1b18a786fe74e3764ea89355e42668a2
parentec87b1b39b786cb61c5acc01542119663fb157c0
net: parse DHCP options from overloaded file/sname fields

If Option 52 in the vendor option field signals overloading
of the file and/or sname fields, these field may contain
additional options. Formatting of file/sname contained options
is the same as in the vendor options field, but without the
leading magic.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
net/bootp.c