summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/modifiers.go
AgeCommit message (Expand)Author
2022-07-15dhcpv4: enable deletion of options and add modifier for itDennis Marttinen
2019-12-03dhcpv4: add Client Identifier option; respect RFC 6842Chris Koch
2019-11-20Remove dhcpv4 namespacekevin
2019-11-20Rename function to WithRelayAgentInfokevin
2019-11-20Add support for copying relay optionskevin
2019-05-09NewReplyFromRequest: copy gw ipPablo Mazzini
2019-05-09[dhcpv4] Do not Gateway IP address on packets sent by clients (#287)Marco Guerri
2019-03-13[dhcpv4] simplify userclass handling (#249)Pablo Mazzini
2019-01-24dhcpv4: getters instead of gettersChristopher Koch
2019-01-24dhcpv4: nicer API for option parsing.Christopher Koch
2019-01-19dhcpv4: build more packets with modifiersChristopher Koch
2019-01-15dhcpv4: add option code list type for simpler modifiers.Christopher Koch
2019-01-15dhcpv4: conform to RFC 2131 with respect to options.Christopher Koch
2019-01-09dhcpv4: export packet members; remove setters and getters.Christopher Koch
2019-01-09dhcpv4: introduce TransactionID type.Christopher Koch
2018-12-08Added netconf v4 tests and required modifiersAndrea Barberio
2018-11-06[WIP] Added DHCPv4 server (#178)insomniac
2018-08-24DHCPv4 relay modifier (#149)Mikołaj Walczak
2018-08-22Requested Options modifier for DHCPv4 (#147)Mikołaj Walczak
2018-08-10Added modifier for netbootv4 (#124)Owen Mooney
2018-07-29Add support for modifiers to dhcpv4Owen Mooney