I've got a need to implement the getSubOptionValue method: I need to get the option 82 subtype 1 to know what client just tried getting a DHCP address.
It looks like getSubOptionValue is implemented, but commented-out completely with a FIXME note above. What's left to fix so that I can make this method work?
I've got a need to implement the
getSubOptionValuemethod: I need to get the option 82 subtype 1 to know what client just tried getting a DHCP address.It looks like
getSubOptionValueis implemented, but commented-out completely with aFIXMEnote above. What's left to fix so that I can make this method work?