Steven Barth [Wed, 9 Apr 2014 12:24:31 +0000 (14:24 +0200)]
config: use correct defaults if interface is not in UCI
Steven Barth [Sun, 6 Apr 2014 14:27:27 +0000 (16:27 +0200)]
odhcpd: managed PD wait for 250ms initial period
Steven Barth [Thu, 3 Apr 2014 09:53:26 +0000 (11:53 +0200)]
Make clang happy
Steven Barth [Tue, 1 Apr 2014 16:39:38 +0000 (18:39 +0200)]
Keep managed PD for at least 150 seconds
Steven Barth [Tue, 1 Apr 2014 16:16:27 +0000 (18:16 +0200)]
Wait at least 15 seconds for managed PD to be acknowledged
Steven Barth [Tue, 1 Apr 2014 16:02:37 +0000 (18:02 +0200)]
don't kill of managed PD too early
Steven Barth [Tue, 1 Apr 2014 09:19:31 +0000 (11:19 +0200)]
Complete managed PD/CER-ID support
Steven Barth [Mon, 24 Mar 2014 09:01:54 +0000 (10:01 +0100)]
Managed PD: initial support
Steven Barth [Thu, 20 Mar 2014 11:59:15 +0000 (12:59 +0100)]
ubus: convert to async calls
Steven Barth [Thu, 20 Mar 2014 10:18:02 +0000 (11:18 +0100)]
ubus: use safe iterator
Steven Barth [Thu, 20 Mar 2014 09:37:38 +0000 (10:37 +0100)]
ubus: don't redeclare variable c
Steven Barth [Thu, 20 Mar 2014 09:30:51 +0000 (10:30 +0100)]
Don't segfault when there is no IPv6 support
Steven Barth [Tue, 11 Mar 2014 08:17:08 +0000 (09:17 +0100)]
Fix HMAC-MD5 in DHCPv6-reconfigure (thx rsmarples)
Steven Barth [Tue, 25 Feb 2014 11:39:34 +0000 (12:39 +0100)]
config: more static ndp fixes
Hans Dedecker [Sat, 22 Feb 2014 08:22:37 +0000 (09:22 +0100)]
Fix parsing of static ndp entries
Steven Barth [Mon, 24 Feb 2014 13:36:28 +0000 (14:36 +0100)]
Don't announce :: as DNS
Steven Barth [Mon, 24 Feb 2014 13:29:31 +0000 (14:29 +0100)]
Fix DNS-server and routes announced in RA for certain prefix cases
Steven Barth [Fri, 21 Feb 2014 18:00:06 +0000 (19:00 +0100)]
Fix wrong address pool being advertised
Steven Barth [Wed, 19 Feb 2014 12:34:10 +0000 (13:34 +0100)]
Replace IN6_ARE_ADDR_EQUAL by memcmp to avoid unaligneds
Steven Barth [Tue, 18 Feb 2014 08:36:29 +0000 (09:36 +0100)]
Avoid some bloat
Steven Barth [Mon, 17 Feb 2014 20:08:29 +0000 (21:08 +0100)]
Add support for (managed) prefixes of length 65-96
Steven Barth [Mon, 17 Feb 2014 13:15:27 +0000 (14:15 +0100)]
Dynamically calculate RA intervals when prefix lifetimes are short
Steven Barth [Wed, 5 Feb 2014 15:41:51 +0000 (16:41 +0100)]
Fix homenet filter
Steven Barth [Sat, 1 Feb 2014 12:01:37 +0000 (13:01 +0100)]
Change homenet detection to User-Class
sbyx [Thu, 23 Jan 2014 10:58:32 +0000 (02:58 -0800)]
Merge pull request #9 from dedeckeh/bugfixes
Fix ra_management and ndproxy_routing config overwrite
Hans Dedecker [Thu, 23 Jan 2014 09:53:22 +0000 (10:53 +0100)]
Fix ra_management and ndproxy_routing config overwrite
Set default values for the ra_management and ndproxy_routing
config parameters if no attributes are present and overwrite is
to true.
Hans Dedecker [Thu, 23 Jan 2014 09:44:22 +0000 (10:44 +0100)]
Merge remote branch 'upstream/master' into bugfixes
Hans Dedecker [Thu, 23 Jan 2014 08:49:42 +0000 (09:49 +0100)]
Merge remote branch 'upstream/master' into bugfixes
Steven Barth [Sat, 18 Jan 2014 10:09:26 +0000 (11:09 +0100)]
Fix another memory corruption
Steven Barth [Sat, 18 Jan 2014 09:55:56 +0000 (10:55 +0100)]
Fix memory corruption when reloading static leases
Steven Barth [Fri, 17 Jan 2014 19:06:46 +0000 (20:06 +0100)]
Don't enable relay master if no slaves are present
Steven Barth [Fri, 17 Jan 2014 15:55:33 +0000 (16:55 +0100)]
Fix logging verbosity
Steven Barth [Fri, 17 Jan 2014 15:47:31 +0000 (16:47 +0100)]
Use hybrid management mode by default
Steven Barth [Fri, 17 Jan 2014 13:04:36 +0000 (14:04 +0100)]
Fix a segfault in state-script handling
Steven Barth [Fri, 17 Jan 2014 11:23:59 +0000 (12:23 +0100)]
Fix prefix detection for hybrid mode
sbyx [Thu, 16 Jan 2014 23:46:27 +0000 (15:46 -0800)]
Merge pull request #8 from dedeckeh/bugfixes
Don't rearm RS timer if callback is not set
Hans Dedecker [Thu, 16 Jan 2014 10:33:34 +0000 (11:33 +0100)]
Merge remote branch 'upstream/master' into bugfixes
Hans Dedecker [Wed, 15 Jan 2014 13:46:44 +0000 (14:46 +0100)]
Don't rearm rs timer if callback is not set
Steven Barth [Wed, 15 Jan 2014 12:07:56 +0000 (13:07 +0100)]
Export hostname including domain in hostfile
sbyx [Tue, 14 Jan 2014 14:53:10 +0000 (06:53 -0800)]
Merge pull request #7 from dedeckeh/bugfixes
Fix interface ignore overwrite
Hans Dedecker [Mon, 13 Jan 2014 16:42:19 +0000 (17:42 +0100)]
Fix interface ignore overwrite
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.
sbyx [Thu, 9 Jan 2014 09:47:30 +0000 (01:47 -0800)]
Merge pull request #6 from dedeckeh/bugfixes
Fix ALL_DHCPV6_RELAYS/ALL_DHCPV6_SERVERS membership subscription
Hans Dedecker [Thu, 9 Jan 2014 09:09:12 +0000 (10:09 +0100)]
Fix ALL_DHCPV6_RELAYS/ALL_DHCPV6_SERVERS membership subscription
Steven Barth [Tue, 7 Jan 2014 07:53:44 +0000 (08:53 +0100)]
Rename legacy to maindhcp
Steven Barth [Mon, 6 Jan 2014 10:08:25 +0000 (11:08 +0100)]
don't run state update script unnecessarily often
Steven Barth [Sat, 4 Jan 2014 09:14:59 +0000 (10:14 +0100)]
Use 1 socket per interface for DHCPv6
Steven Barth [Fri, 3 Jan 2014 11:51:49 +0000 (12:51 +0100)]
derive ipv6 static lease from ipv4 if no hostid is given
Steven Barth [Fri, 3 Jan 2014 11:17:22 +0000 (12:17 +0100)]
Use OpenWrt standard lease format
Steven Barth [Fri, 3 Jan 2014 11:04:15 +0000 (12:04 +0100)]
Learn routes in NDP-proxy by default
Steven Barth [Fri, 3 Jan 2014 10:40:07 +0000 (11:40 +0100)]
Remove ula_compat feature
Steven Barth [Fri, 3 Jan 2014 09:19:42 +0000 (10:19 +0100)]
switch to libubox md5 implementation
Steven Barth [Fri, 3 Jan 2014 09:16:42 +0000 (10:16 +0100)]
fix ifindex detection
Steven Barth [Fri, 3 Jan 2014 09:07:33 +0000 (10:07 +0100)]
Disable debugging by default
Steven Barth [Tue, 31 Dec 2013 09:10:12 +0000 (10:10 +0100)]
ndp: Enable ping6 keep-alive
Steven Barth [Mon, 30 Dec 2013 08:09:22 +0000 (09:09 +0100)]
Make ubus optional
Steven Barth [Mon, 23 Dec 2013 13:06:45 +0000 (14:06 +0100)]
Readd fixed ICMPv6 validity check
Steven Barth [Sat, 21 Dec 2013 13:44:49 +0000 (14:44 +0100)]
Revert "Router Advertisement/Solicitation sanity check"
This reverts commit
3f417e55d5208df5b91aa9b101657bbc7a461614.
Steven Barth [Thu, 12 Dec 2013 16:36:06 +0000 (17:36 +0100)]
Revert "Fix Router Advertisement/Solicitation option parsing"
This reverts commit
f5877367522aad0b27d138e4a56d01be3bd33f2d.
Steven Barth [Tue, 10 Dec 2013 14:56:41 +0000 (15:56 +0100)]
Merge branch 'master' of github.com:sbyx/odhcpd
Steven Barth [Tue, 10 Dec 2013 14:56:16 +0000 (15:56 +0100)]
router: don't send O flag when no dhcpv6 is enabled
sbyx [Tue, 10 Dec 2013 14:52:57 +0000 (06:52 -0800)]
Merge pull request #4 from dedeckeh/master
Bugfixes
Hans Dedecker [Tue, 10 Dec 2013 08:46:56 +0000 (09:46 +0100)]
Router Advertisement/Solicitation sanity check
Sanity checks according to RFC4861 paragraphs 6.1.1 and 6.1.2
Hans Dedecker [Tue, 10 Dec 2013 08:39:35 +0000 (09:39 +0100)]
Fix Router Advertisement/Solicitation option parsing
Hans Dedecker [Tue, 10 Dec 2013 08:34:30 +0000 (09:34 +0100)]
Fix hop limit detection in ancillary data
sbyx [Thu, 5 Dec 2013 15:25:04 +0000 (07:25 -0800)]
Merge pull request #3 from dedeckeh/master
Fixes for UCI loading and possible segfault
Hans Dedecker [Thu, 5 Dec 2013 12:54:19 +0000 (13:54 +0100)]
Fix possible SEGFAULT conditions
Hans Dedecker [Thu, 5 Dec 2013 11:13:01 +0000 (12:13 +0100)]
Fix uci odhcpd config parsing
Steven Barth [Wed, 4 Dec 2013 12:56:37 +0000 (13:56 +0100)]
Update class assignment logic
Steven Barth [Wed, 4 Dec 2013 11:23:20 +0000 (12:23 +0100)]
Fix prefix class IA_NA / IA_PD encoding
Steven Barth [Tue, 3 Dec 2013 21:00:33 +0000 (22:00 +0100)]
Fix prefix class logic
Steven Barth [Mon, 2 Dec 2013 13:16:09 +0000 (14:16 +0100)]
Initial prefix class support
Steven Barth [Wed, 23 Oct 2013 08:26:40 +0000 (10:26 +0200)]
Fix cleanup of interfaces
Steven Barth [Tue, 22 Oct 2013 10:49:54 +0000 (12:49 +0200)]
Don't accidentally apply settings from foreign interfaces
Steven Barth [Thu, 17 Oct 2013 13:38:24 +0000 (15:38 +0200)]
ignore hnet internal routers
Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
Steven Barth [Wed, 16 Oct 2013 18:10:27 +0000 (20:10 +0200)]
Fix netifd update detection
Steven Barth [Wed, 16 Oct 2013 17:01:22 +0000 (19:01 +0200)]
Loop until ubus connection succeeds
Steven Barth [Wed, 16 Oct 2013 08:42:16 +0000 (10:42 +0200)]
Minor fixes
Steven Barth [Tue, 15 Oct 2013 22:34:02 +0000 (00:34 +0200)]
Rewrite reload logic
Steven Barth [Tue, 15 Oct 2013 21:35:25 +0000 (23:35 +0200)]
Handle reload mechanism
Steven Barth [Tue, 15 Oct 2013 18:56:26 +0000 (20:56 +0200)]
improve matching api
Steven Barth [Tue, 15 Oct 2013 16:18:16 +0000 (18:18 +0200)]
ubus: register subscriber
Steven Barth [Tue, 15 Oct 2013 15:18:20 +0000 (17:18 +0200)]
Fix illegal memory access
Steven Barth [Tue, 15 Oct 2013 15:06:41 +0000 (17:06 +0200)]
Ignore missing ifname from netifd
Steven Barth [Tue, 15 Oct 2013 14:32:35 +0000 (16:32 +0200)]
Fix config retrieval from netifd
Steven Barth [Tue, 15 Oct 2013 13:57:58 +0000 (15:57 +0200)]
don't overwrite interface config from netifd
Steven Barth [Tue, 15 Oct 2013 13:38:51 +0000 (15:38 +0200)]
ifname should be l3_device
Steven Barth [Tue, 15 Oct 2013 13:20:40 +0000 (15:20 +0200)]
Fix last commit
Steven Barth [Tue, 15 Oct 2013 13:17:20 +0000 (15:17 +0200)]
Fix ubus message handling again
Steven Barth [Tue, 15 Oct 2013 13:06:29 +0000 (15:06 +0200)]
Fix blobmsg iteration
Steven Barth [Tue, 15 Oct 2013 11:43:45 +0000 (13:43 +0200)]
Fix ubus reload detection
Steven Barth [Tue, 15 Oct 2013 10:19:48 +0000 (12:19 +0200)]
Fix more memory corruption
Steven Barth [Tue, 15 Oct 2013 08:54:15 +0000 (10:54 +0200)]
Fix some more memory issues
Steven Barth [Tue, 15 Oct 2013 07:31:33 +0000 (09:31 +0200)]
Avoid segfaults when parsing configuration
Steven Barth [Mon, 14 Oct 2013 21:09:34 +0000 (23:09 +0200)]
Fix unsigned / signed conversion
Steven Barth [Mon, 14 Oct 2013 21:05:06 +0000 (23:05 +0200)]
Fix IP TOS
Steven Barth [Mon, 14 Oct 2013 20:56:44 +0000 (22:56 +0200)]
Remove unsigned / signed warning
Steven Barth [Mon, 14 Oct 2013 20:54:21 +0000 (22:54 +0200)]
Fix config parsing
Steven Barth [Mon, 14 Oct 2013 20:44:13 +0000 (22:44 +0200)]
Fix argument parsing
Steven Barth [Mon, 14 Oct 2013 19:42:21 +0000 (21:42 +0200)]
Fix reload
Steven Barth [Mon, 14 Oct 2013 11:18:06 +0000 (13:18 +0200)]
fixup README