summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/option_serverid.go
AgeCommit message (Collapse)Author
2020-03-05v6: add ServerID getterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2019-01-26dhcpv6: remove unnecessary Length functionChristopher Koch
2019-01-26dhcpv6: move option code and length marshaling to Options.ToBytes.Christopher Koch
2019-01-26dhcpv6: easier option parsingChristopher Koch
- move option parsing to uio buffer library. - move option code and length reading into FromBytes rather than implementing it in each OptionParser.
2018-07-30DHCPv6: Rename Option constants to CamelCaseSean Karlage
To appease linters
2018-05-06Added tests for OptServerId (#59)insomniac
2018-05-02ClientID and ServerID are now public, with no setter/getter (#52)insomniac
2017-12-07Refactored options into the dhcpv6 package to resolve circular imports. Sadly.Andrea Barberio