Skip to content
Snippets Groups Projects
Commit d281b36d authored by FlUxIuS's avatar FlUxIuS
Browse files

Missing DHCP option for error messages

--HG--
branch : missingthings
parent 2f473499
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ DHCPOptions = {
51: IntField("lease_time", 43200),
54: IPField("server_id","0.0.0.0"),
55: "param_req_list",
56: StrField("error_message", ""),
57: ShortField("max_dhcp_size", 1500),
58: IntField("renewal_time", 21600),
59: IntField("rebinding_time", 37800),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment