summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "RFC: dhcpv4 support openwrt alias ip addr"revert-46-masterSteven Barth2015-08-203-121/+23
* Merge pull request #54 from dedeckeh/bugfixesSteven Barth2015-08-202-16/+17
|\
| * router: Fix infinite lifetimesHans Dedecker2015-08-131-11/+12
| * router: Fix compile issuesHans Dedecker2015-08-132-5/+5
* | Merge pull request #46 from stargieg/masterSteven Barth2015-08-203-23/+121
|\ \ | |/ |/|
| * dhcpv4: remove unused addr_attrs structPatrick Grimm2015-06-221-11/+0
| * dhcpv4: add ifdef ubus for dhcp4 ipPatrick Grimm2015-06-221-3/+19
| * dhcpv4: add in_addr dhcpv4_mask and in_addr dhcpv4_addr to struct interfacePatrick Grimm2015-06-192-17/+19
| * dhcpv4: fix unitialization of maskPatrick Grimm2015-06-181-5/+6
| * dhcpv4: fix char ubus_get_address4 int ubus_get_mask4 functionPatrick Grimm2015-06-183-23/+32
| * dhcpv4: add ubus_get_address4 ubus_get_mask4 functionPatrick Grimm2015-06-151-0/+2
| * dhcpv4: return pointerPatrick Grimm2015-06-151-4/+4
| * dhcpv4: use iface-namePatrick Grimm2015-06-151-4/+8
| * dhcpv4: remove comment code linesPatrick Grimm2015-06-151-11/+0
| * dhcpv4: use ubus for ipv4 dhcp range calculationPatrick Grimm2015-06-151-10/+14
| * dhcpv4: add for_each ipv4-address array in ubus_get_address4 ubus_get_mask4 f...Patrick Grimm2015-06-151-10/+39
| * dhcpv4: add ubus_get_address4 ubus_get_mask4 functionPatrick Grimm2015-06-141-0/+51
| * dhcpv4: read ipv4-address from UBUS to ADDRESS4Patrick Grimm2015-06-141-0/+2
* | ra/dhcpv6: unify address change handlingSteven Barth2015-07-274-116/+130
* | Fix RA lifetimesSteven Barth2015-07-241-12/+13
* | dhcpv6: fix socket generation on relay masterSteven Barth2015-07-171-1/+1
* | dhcpv6: send relay-forward messages using correct socketSteven Barth2015-07-171-1/+1
* | router: unify RA router and DNS lifetimeSteven Barth2015-07-151-1/+1
* | router: fixup RA lifetime calculationSteven Barth2015-07-152-4/+8
* | router: fix invalid router lifetimeSteven Barth2015-07-141-1/+1
* | router: fix logic inversionSteven Barth2015-07-141-1/+1
* | ndp: reintroduce address replaySteven Barth2015-07-141-0/+16
* | Remove unsolicited unicast RAs, adjust intervalsSteven Barth2015-07-146-104/+33
* | ndp: fixup relaySteven Barth2015-07-144-87/+65
* | ndp: remove bindtodevice workaroundSteven Barth2015-07-141-4/+0
* | odhcpd: remove old workaroundSteven Barth2015-07-131-6/+0
* | ndp: fixup route replicationSteven Barth2015-07-131-0/+4
* | router: only send RAs to neighbors if unsolicitedSteven Barth2015-07-131-1/+2
* | router: only send direct RAs to link-local addressesSteven Barth2015-07-131-1/+2
* | main: fix missing parameter while iterating neighborsSteven Barth2015-07-071-3/+3
* | router: also send RAs to every known neighborSteven Barth2015-07-074-2/+76
* | ndp: replay on-link routes instead of address assignmentsSteven Barth2015-07-071-25/+36
* | ra: keep alive neighbor entries so we can send unicast RAs in the futureSteven Barth2015-06-301-1/+6
|/
* dhcpv6: fix typoSteven Barth2015-05-211-1/+1
* dhcpv6-pd: ignore /64 on interfaceSteven Barth2015-05-131-2/+4
* dhcpv4: remove invalid free()Steven Barth2015-05-111-1/+0
* config: fix typo in reload_cbSteven Barth2015-04-211-1/+1
* dhcpv6: don't initialize IA-handing when turning down interfaceSteven Barth2015-04-201-1/+1
* remove leftover fallout from prefix class supportSteven Barth2015-04-202-10/+0
* Fix logic inversionSteven Barth2015-04-141-1/+1
* Fix potential invalid memory accessSteven Barth2015-04-142-2/+5
* ra: always send current hop limitSteven Barth2015-04-103-9/+12
* dhcpv6: fix handling of infinite lifetimesSteven Barth2015-04-061-2/+8
* properly handle return codesJohn Crispin2015-03-305-11/+12
* dhcpv6: fix default assignment of non-64Steven Barth2015-03-301-2/+4