Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-24 | dhcpv4: nicer API for option parsing. | Christopher Koch | |
From: r := d.GetOneOption(OptionRouter).(*OptRouter).Routers d.UpdateOption(&OptRouter{Routers: []net.IP{net.IP{192, 168, 0, 1}}}) To: r := GetRouter(d.Options) d.UpdateOption(OptRouter(net.IP{192, 168, 0, 1}, ...)) | |||
2019-01-14 | iana: rename HwTypeType to HWType, add package comment. | Christopher Koch | |
2019-01-14 | Rename iana.ArchType to iana.Arch. | Christopher Koch | |
2018-10-15 | Added String methods for types (#175) | Pablo Mazzini | |
2018-10-12 | statuscodes: Add RFC 5007/5460/7653/8156 status codes | Karsten Weiss | |
2018-09-20 | Add NoPrefixAvail status code (#155) | Dave Barr | |
As per https://www.ietf.org/rfc/rfc3633.txt section 16, status code 6 has been reserved for "Delegating router has no prefixes available to assign to the IAPD(s)" | |||
2018-08-13 | fix OptClientArchType | Pablo Mazzini | |
2018-05-08 | OptStatusCode: public fields, proper codes, and tests (#61) | insomniac | |
2017-12-05 | Initial commit | Andrea Barberio | |