issues
search
apaprocki
/
node-dhcpjs
dhcpjs provides native DHCP support in Node.js
MIT License
61
stars
21
forks
source link
Handle DHCP option 82 (relayAgentInformation)
#14
Closed
apaprocki
closed
8 years ago
apaprocki
commented
8 years ago
Parse DHCP option 82 from RFC 3046, attempting to parse sub-options
Handle sub-options 1 (agentCircuitId), 2 (agentRemoteId) from RFC 3046
Handle sub-option 4 (docsisDeviceClass) from RFC 3256
Handle sub-option 5 (linkSelectionSubnet) from RFC 3527
Handle sub-option 6 (subscriberId) from RFC 3993
Skip unknown sub-options and log to the console
Fixes #12
Fixes #12