Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-21 | config: fix typo in reload_cb | Steven Barth | |
2015-03-30 | properly handle return codes | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
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-09-25 | config: remove spurious free() call | 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-06-17 | Make hostid more convenient | Steven Barth | |
2014-06-16 | config: accept domains with trailing . | Steven Barth | |
2014-05-30 | Make filtering customizable | Steven Barth | |
2014-05-25 | Add support for raw DHCPv6 attributes | Steven Barth | |
2014-04-09 | config: use correct defaults if interface is not in UCI | Steven Barth | |
2014-04-01 | Complete managed PD/CER-ID support | Steven Barth | |
2014-02-25 | config: more static ndp fixes | Steven Barth | |
2014-01-23 | Fix ra_management and ndproxy_routing config overwrite | Hans Dedecker | |
Set default values for the ra_management and ndproxy_routing config parameters if no attributes are present and overwrite is to true. | |||
2014-01-18 | Fix memory corruption when reloading static leases | Steven Barth | |
2014-01-17 | Don't enable relay master if no slaves are present | Steven Barth | |
2014-01-17 | Use hybrid management mode by default | Steven Barth | |
2014-01-17 | Fix prefix detection for hybrid mode | Steven Barth | |
2014-01-13 | Fix interface ignore overwrite | Hans Dedecker | |
Don't overwrite interface ignore uci parameter when resolving ifindex. Don't put interface in use when ifindex is unknown as interface cannot be setup and needs to be closed. | |||
2014-01-07 | Rename legacy to maindhcp | Steven Barth | |
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 | |
2014-01-03 | fix ifindex detection | Steven Barth | |
2013-12-05 | Fix possible SEGFAULT conditions | Hans Dedecker | |
2013-12-05 | Fix uci odhcpd config parsing | Hans Dedecker | |
2013-10-23 | Fix cleanup of interfaces | Steven Barth | |
2013-10-16 | Loop until ubus connection succeeds | Steven Barth | |
2013-10-16 | Minor fixes | Steven Barth | |
2013-10-16 | Rewrite reload logic | Steven Barth | |
2013-10-15 | Handle reload mechanism | Steven Barth | |
2013-10-15 | ubus: register subscriber | Steven Barth | |
2013-10-15 | Fix illegal memory access | Steven Barth | |
2013-10-15 | Ignore missing ifname from netifd | Steven Barth | |
2013-10-15 | Fix config retrieval from netifd | Steven Barth | |
2013-10-15 | don't overwrite interface config from netifd | Steven Barth | |
2013-10-15 | Fix ubus reload detection | Steven Barth | |
2013-10-15 | Fix more memory corruption | Steven Barth | |
2013-10-15 | Avoid segfaults when parsing configuration | Steven Barth | |
2013-10-14 | Fix config parsing | Steven Barth | |
2013-10-14 | Fix argument parsing | Steven Barth | |
2013-10-14 | Fix reload | Steven Barth | |
2013-10-14 | Various fixes | Steven Barth | |
2013-10-14 | Fix upstream detection | Steven Barth | |
2013-10-14 | Initial commit | Steven Barth | |