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
/
netboot
/
netconf.go
Age
Commit message (
Expand
)
Author
2023-09-06
os instead of ioutil
Pablo Mazzini
2021-08-17
Add NTPServers to NetConf
Deomid "rojer" Ryabkov
2021-08-09
netboot: DNS not mandatory
Pablo Mazzini
2020-11-12
netboot: use latest rtnl api
Pablo Mazzini
2020-07-10
netconf: apply v6 addresses as /128
Chris Koch
2020-03-09
netconf: use new IANA and IAAddress getters
Chris Koch
2020-03-05
v6: DomainSearchList getter
Chris Koch
2020-03-05
v6: add DNS getter (and rename DNSRecursiveNameServer to DNS)
Chris Koch
2020-03-05
v6: add IANA Getter
Chris Koch
2020-01-02
v6: use time.Duration for duration fields
Chris Koch
2019-04-29
[netboot] use rtnl package
Andrea Barberio
2019-04-15
Replace vishvananda/netlink with jsimonetti/rtnetlink (#271)
insomniac
2019-03-11
dhcpv6: rename stuttering types.
Christopher Koch
2019-03-07
Allow Unknown OperState of the link interface (#254)
Ćukasz Siudut
2019-01-24
dhcpv4: getters instead of getters
Christopher Koch
2019-01-24
dhcpv4: nicer API for option parsing.
Christopher Koch
2019-01-09
dhcpv4: export packet members; remove setters and getters.
Christopher Koch
2018-12-08
Added netconf v4 tests and required modifiers
Andrea Barberio
2018-11-21
rfc1035label: using a structure to hold original data
Andrea Barberio
2018-11-20
netboot: delay in IfUp to avoid hammering the CPU
Andrea Barberio
2018-11-19
dhcpv4: run on unconfigured interfaces (#198)
insomniac
2018-11-13
netboot: domain search list not mandatory
Andrea Barberio
2018-11-07
Add netboot/netconf support for DHCPv4 (#185)
Marco Guerri
2018-07-30
DHCPv6: Rename Option constants to CamelCase
Sean Karlage
2018-05-21
Tests for DUID, OptIAAddress and several fixes (#66)
insomniac
2018-05-20
Unbreak build after changing OptIANA interface (#65)
insomniac
2018-05-12
OptDomainSearchList: made fields public and added unit tests (#64)
insomniac
2018-05-10
OptDNSRecursiveNameServer gets public fields and tests, removes setter and ge...
insomniac
2018-04-22
Added netboot package (#45)
insomniac