Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-05 | v6: add BootFileParam getter | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2020-03-05 | v6: add BootFileURL getter | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2019-12-12 | [netboot] Add support of BootfileParam to "netboot" | Dmitrii Okunev | |
Signed-off-by: Dmitrii Okunev <xaionaro@fb.com> | |||
2019-09-25 | dhcpv6: simplify boot file URL | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2019-04-30 | [netboot] Return error when there is one | Andrea Barberio | |
The current implementation has a bug, so that it always returns `nil`, even when an error happened. This PR fixes it. Signed-off-by: Andrea Barberio <insomniac@slackware.it> | |||
2019-03-11 | dhcpv6: rename stuttering types. | Christopher Koch | |
dhcpv6.DHCPv6Message -> dhcpv6.Message dhcpv6.DHCPv6Relay -> dhcpv6.RelayMessage | |||
2019-01-28 | dhcpv4: moved client into dhcpv4/client4 | Andrea Barberio | |
2019-01-28 | dhcpv6: moved client into dhcpv6/client6 | Andrea Barberio | |
2019-01-09 | dhcpv4: export packet members; remove setters and getters. | Christopher Koch | |
2018-11-27 | simplify client interface (#181) | Pablo Mazzini | |
2018-11-07 | Add netboot/netconf support for DHCPv4 (#185) | Marco Guerri | |
2018-08-15 | Fixing duplicate WithNetboot modifier in netboot package | Andrea Barberio | |
2018-07-30 | DHCPv6: Rename Option constants to CamelCase | Sean Karlage | |
To appease linters | |||
2018-07-29 | Fix message type usage in netboot package | Sean Karlage | |
2018-07-16 | Netboot: don't fail if no netboot url is returned | Andrea Barberio | |
2018-05-25 | OptBootFileURL fields are now public (#68) | insomniac | |
2018-04-22 | Added netboot package (#45) | insomniac | |
Added netboot package |