summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/option_relay_agent_information.go
AgeCommit message (Expand)Author
2021-08-27dhcpv4: Add RelaySourcePortSubOption constantAnatole Denis
2020-09-20- rename raiValue to raiSubOptionValue to avoid confusion, and move it next t...Hu Jun
2020-09-05- restore OptionGeneric.String()Hu Jun
2020-08-31- fixed some test cases broken by this PRHu Jun
2020-08-09- fix relayHumanizer.CodeHumanizer so it uses raiSubOptionCodeHu Jun
2019-10-25Added additional DHCP4 Relay Agent Information sub options (as per various RF...Mantic
2019-03-13Adding CircuitId parsing logic into dhcpv4 lib (#255)Akshay Navale
2019-01-24dhcpv4: getters instead of gettersChristopher Koch
2019-01-24dhcpv4: nicer API for option parsing.Christopher Koch
2019-01-14dhcpv4: thoroughly fix type docs. Refer to RFCs.Christopher Koch
2019-01-14dhcpv4: change OptionCode to an interface for humanization.Christopher Koch
2019-01-11dhcpv4: remove unused Option.Length function.Christopher Koch
2019-01-11dhcpv4: simplify marshaling options to binary.Christopher Koch
2019-01-10dhcpv4: simplify option parsing.Christopher Koch
2018-11-11OptRelayAgentInformation: increase coveragePablo Mazzini
2018-11-11OptRelayAgentInformation: fix commentPablo Mazzini
2018-11-11add OptRelayAgentInformationPablo Mazzini