Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-17 | ndp: more fixes | Steven Barth | |
2014-08-12 | dhcpv4: implement router configuration option | Christian Mehlis | |
RFC 2132 defines: 3.5. Router Option The router option specifies a list of IP addresses for routers on the client's subnet. Routers SHOULD be listed in order of preference. The code for the router option is 3. The minimum length for the router option is 4 octets, and the length MUST always be a multiple of 4. Code Len Address 1 Address 2 +-----+-----+-----+-----+-----+-----+-----+-----+-- | 3 | n | a1 | a2 | a3 | a4 | a1 | a2 | ... +-----+-----+-----+-----+-----+-----+-----+-----+-- | |||
2014-01-03 | Use OpenWrt standard lease format | Steven Barth | |
2014-01-03 | Learn routes in NDP-proxy by default | Steven Barth | |
2014-01-03 | Remove ula_compat feature | Steven Barth | |
2013-10-14 | fixup README | Steven Barth | |
2013-10-14 | Various fixes | Steven Barth | |
2013-10-14 | Initial commit | Steven Barth | |