net: remove unused enums

Issue #465
This commit is contained in:
Martin Stein
2018-01-08 20:15:28 +01:00
committed by Christian Helmuth
parent 4f1d43ce21
commit fbd545ae70
3 changed files with 6 additions and 103 deletions

View File

@ -134,18 +134,10 @@ class Net::Dhcp_packet
BROADCAST_ADDR = 28,
REQ_IP_ADDR = 50,
IP_LEASE_TIME = 51,
OPT_OVERLOAD = 52,
MSG_TYPE = 53,
SERVER = 54,
REQ_PARAMETER = 55,
MESSAGE = 56,
MAX_MSG_SZ = 57,
RENEWAL = 58,
REBINDING = 59,
VENDOR = 60,
CLI_ID = 61,
TFTP_SRV_NAME = 66,
BOOT_FILE = 67,
END = 255,
};