Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-21 | config: Support infinite as DHCP pool leasetime value | Hans Dedecker | |
Add support for infinite leasetime value; this can be done by specifying "infinite" as leasetime value which is similar to dnsmasq infinite leasetime support. Specifying "infinite" as leasetime is valid for both the host and dhcp uci sections. A DHCPv4/DHCPv6 assignment is now considered infinite if valid_unil holds the value 0. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2016-05-19 | Add per-host leasetime support | Steven Barth | |
Patch by Daniel Dickinson Signed-off-by: Steven Barth <steven@midlink.org> | |||
2015-11-16 | Handle netlink ENOBUFS events | Steven Barth | |
2015-08-20 | router/dhcpv6: use link-local addresses for DNS | Steven Barth | |
2015-08-20 | Revert "RFC: dhcpv4 support openwrt alias ip addr" | Steven Barth | |
2015-08-20 | Merge pull request #46 from stargieg/master | Steven Barth | |
RFC: dhcpv4 support openwrt alias ip addr | |||
2015-07-14 | Remove unsolicited unicast RAs, adjust intervals | Steven Barth | |
2015-07-14 | ndp: fixup relay | Steven Barth | |
2015-07-07 | router: also send RAs to every known neighbor | Steven Barth | |
2015-06-19 | dhcpv4: add in_addr dhcpv4_mask and in_addr dhcpv4_addr to struct interface | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-18 | dhcpv4: fix char ubus_get_address4 int ubus_get_mask4 function | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: add ubus_get_address4 ubus_get_mask4 function | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-04-10 | ra: always send current hop limit | Steven Barth | |
2015-03-30 | properly handle return codes | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2015-03-30 | Readd missing ubus function definitions | Steven Barth | |
2015-03-29 | Remove prefix coloring support, refine hybrid management mode | Steven Barth | |
2014-10-30 | Fix IPv6 DNS server adddress selection | Hans Dedecker | |
Fix selection of IPv6 DNS address in DHCPv6 and RA overwrite as an address could be selected with preferred lifetime zero while IPv6 addresses are in use with non zero preferred lifetimes. Fix tries to pick the IPv6 address with the longest preferred lifetime now. Fixes also the issue an IPv6 address with preferred lifetime zero could be returned in DHCPv6 DNS server option while an IPv6 address with non zero preferred lifetime is returned as DNS recursive RA option for the same set of available IPv6 addresses. | |||
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 | |