Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
It is impossible to add my own DhcpOption types, due to the fixed and private static encapsulation in DhcpOption. Also, the option set isn't even complete enough for practical use.
This method:
public static int getTagByClass( Class c )
will NPE given an option class which isn't privately registered.