index
:
insomniacslk-dhcp
master
relay
DHCPv6 and DHCPv4 packet library, client and server written in Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dhcpv4
/
option_relay_agent_information.go
Age
Commit message (
Expand
)
Author
2021-08-27
dhcpv4: Add RelaySourcePortSubOption constant
Anatole 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 PR
Hu Jun
2020-08-09
- fix relayHumanizer.CodeHumanizer so it uses raiSubOptionCode
Hu Jun
2019-10-25
Added additional DHCP4 Relay Agent Information sub options (as per various RF...
Mantic
2019-03-13
Adding CircuitId parsing logic into dhcpv4 lib (#255)
Akshay Navale
2019-01-24
dhcpv4: getters instead of getters
Christopher Koch
2019-01-24
dhcpv4: nicer API for option parsing.
Christopher Koch
2019-01-14
dhcpv4: thoroughly fix type docs. Refer to RFCs.
Christopher Koch
2019-01-14
dhcpv4: change OptionCode to an interface for humanization.
Christopher Koch
2019-01-11
dhcpv4: remove unused Option.Length function.
Christopher Koch
2019-01-11
dhcpv4: simplify marshaling options to binary.
Christopher Koch
2019-01-10
dhcpv4: simplify option parsing.
Christopher Koch
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: fix comment
Pablo Mazzini
2018-11-11
add OptRelayAgentInformation
Pablo Mazzini