Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-17 | ndp: more fixes | Steven Barth | |
2014-10-16 | Begin rewrite of NDP-relay | Steven Barth | |
2014-10-16 | router: add support for router address | 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-07-22 | Revert "rewrite of NDP proxy" for now | Steven Barth | |
2014-07-16 | Initial rewrite of NDP proxy | Steven Barth | |
2014-07-01 | DHCPv6 destination address check | Hans Dedecker | |
As described in RFC3315 §15 any solicit, confirm, rebind or information request message is discarded if the destination address is unicast Likewise any request (§18.2.1), renew (§18.2.3), release (§18.2.6) or decline (§18.2.7) message is discarded and the server replies with the status code use multicast. | |||
2014-05-30 | Make filtering customizable | Steven Barth | |
2014-05-29 | Move dhcpv6 raw attributes to correct place | Steven Barth | |
2014-05-25 | Add support for raw DHCPv6 attributes | Steven Barth | |
2014-04-01 | Complete managed PD/CER-ID support | Steven Barth | |
2014-03-24 | Managed PD: initial support | Steven Barth | |
2014-02-21 | Fix wrong address pool being advertised | Steven Barth | |
2014-02-17 | Add support for (managed) prefixes of length 65-96 | Steven Barth | |
2014-01-04 | Use 1 socket per interface for DHCPv6 | Steven Barth | |
2014-01-03 | Remove ula_compat feature | Steven Barth | |
2013-12-03 | Fix prefix class logic | Steven Barth | |
2013-12-02 | Initial prefix class support | Steven Barth | |
2013-10-23 | Fix cleanup of interfaces | Steven Barth | |
2013-10-15 | Handle reload mechanism | Steven Barth | |
2013-10-15 | Fix config retrieval from netifd | Steven Barth | |
2013-10-15 | Fix ubus reload detection | Steven Barth | |
2013-10-14 | Various fixes | Steven Barth | |
2013-10-14 | Fix upstream detection | Steven Barth | |
2013-10-14 | Initial commit | Steven Barth | |