summaryrefslogtreecommitdiffhomepage
path: root/netboot
AgeCommit message (Expand)Author
2022-11-10Return error from RequestNetbootv4Avi B
2021-08-17Add NTPServers to NetConfDeomid "rojer" Ryabkov
2021-08-09netboot: DNS not mandatoryPablo Mazzini
2021-03-15Switch to GitHub ActionsAndrea Barberio
2020-11-12netboot: use latest rtnl apiPablo Mazzini
2020-07-10netconf: apply v6 addresses as /128Chris Koch
2020-03-09netconf: use new IANA and IAAddress gettersChris Koch
2020-03-05v6: DomainSearchList getterChris Koch
2020-03-05v6: add BootFileParam getterChris Koch
2020-03-05v6: add BootFileURL getterChris Koch
2020-03-05v6: add DNS getter (and rename DNSRecursiveNameServer to DNS)Chris Koch
2020-03-05v6: add IANA GetterChris Koch
2020-01-02Fix "conn" leaking, which eventually leads to thread exhaustion on machines w...Leandro Martelli
2020-01-02v6: use time.Duration for duration fieldsChris Koch
2019-12-12[netboot] Add support of BootfileParam to "netboot"Dmitrii Okunev
2019-09-25dhcpv6: simplify boot file URLChris Koch
2019-06-20Fix TravisCI build (#297)insomniac
2019-04-30[netboot] Return error when there is oneAndrea Barberio
2019-04-29[netboot] use rtnl packageAndrea Barberio
2019-04-24[dhcpv6] Solicit messages derive default IAID from MAC addressAndrea Barberio
2019-04-15Replace vishvananda/netlink with jsimonetti/rtnetlink (#271)insomniac
2019-03-11dhcpv6: remove setters and getters.Christopher Koch
2019-03-11dhcpv6: rename stuttering types.Christopher Koch
2019-03-07Allow Unknown OperState of the link interface (#254)Ɓukasz Siudut
2019-01-28dhcpv4: moved client into dhcpv4/client4Andrea Barberio
2019-01-28dhcpv6: moved client into dhcpv6/client6Andrea Barberio
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-14iana: rename HwTypeType to HWType, add package comment.Christopher Koch
2019-01-09dhcpv4: export packet members; remove setters and getters.Christopher Koch
2018-12-08Added netconf v4 tests and required modifiersAndrea Barberio
2018-12-08Added netconf basic testing and required modifiersAndrea Barberio
2018-11-27simplify client interface (#181)Pablo Mazzini
2018-11-21rfc1035label: using a structure to hold original dataAndrea Barberio
2018-11-20netboot: delay in IfUp to avoid hammering the CPUAndrea Barberio
2018-11-19dhcpv4: run on unconfigured interfaces (#198)insomniac
2018-11-13netboot: domain search list not mandatoryAndrea Barberio
2018-11-07Add netboot/netconf support for DHCPv4 (#185)Marco Guerri
2018-08-15Fixing duplicate WithNetboot modifier in netboot packageAndrea Barberio
2018-07-30DHCPv6: Rename Option constants to CamelCaseSean Karlage
2018-07-29Fix message type usage in netboot packageSean Karlage
2018-07-16Netboot: don't fail if no netboot url is returnedAndrea Barberio
2018-05-25OptBootFileURL fields are now public (#68)insomniac
2018-05-21Tests for DUID, OptIAAddress and several fixes (#66)insomniac
2018-05-20Unbreak build after changing OptIANA interface (#65)insomniac
2018-05-12OptDomainSearchList: made fields public and added unit tests (#64)insomniac
2018-05-10OptDNSRecursiveNameServer gets public fields and tests, removes setter and ge...insomniac
2018-04-22Added netboot package (#45)insomniac