Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | Correctly byteswap DNS lifetimes in RAs | Will Mortensen | |
2015-09-07 | dhcpv6: use correct length when copying duid | Steven Barth | |
2015-09-07 | router: don't announce as default router if we aren't | Steven Barth | |
2015-09-07 | router: reduce dns lifetime to 10x maximum interval | Steven Barth | |
2015-09-07 | dhcpv6: fix mac-handling | Steven Barth | |
2015-09-01 | Fixup RAs/DHCPv6 announcing incorrect addresses | Steven Barth | |
2015-08-20 | router/dhcpv6: use link-local addresses for DNS | Steven Barth | |
2015-08-20 | router: improve deprecation handling | Steven Barth | |
2015-08-20 | Merge pull request #56 from sbyx/revert-46-master | Steven Barth | |
Revert "RFC: dhcpv4 support openwrt alias ip addr" | |||
2015-08-20 | Revert "RFC: dhcpv4 support openwrt alias ip addr" | Steven Barth | |
2015-08-20 | Merge pull request #54 from dedeckeh/bugfixes | Steven Barth | |
Fixes compile issues and infinite lifetimes | |||
2015-08-20 | Merge pull request #46 from stargieg/master | Steven Barth | |
RFC: dhcpv4 support openwrt alias ip addr | |||
2015-08-13 | router: Fix infinite lifetimes | Hans Dedecker | |
2015-08-13 | router: Fix compile issues | Hans Dedecker | |
Fix compile issue due to comparison between signed and unsigned integers | |||
2015-07-27 | ra/dhcpv6: unify address change handling | Steven Barth | |
2015-07-24 | Fix RA lifetimes | Steven Barth | |
2015-07-17 | dhcpv6: fix socket generation on relay master | Steven Barth | |
2015-07-17 | dhcpv6: send relay-forward messages using correct socket | Steven Barth | |
2015-07-15 | router: unify RA router and DNS lifetime | Steven Barth | |
2015-07-15 | router: fixup RA lifetime calculation | Steven Barth | |
2015-07-14 | router: fix invalid router lifetime | Steven Barth | |
2015-07-14 | router: fix logic inversion | Steven Barth | |
2015-07-14 | ndp: reintroduce address replay | Steven Barth | |
2015-07-14 | Remove unsolicited unicast RAs, adjust intervals | Steven Barth | |
2015-07-14 | ndp: fixup relay | Steven Barth | |
2015-07-14 | ndp: remove bindtodevice workaround | Steven Barth | |
2015-07-13 | odhcpd: remove old workaround | Steven Barth | |
2015-07-13 | ndp: fixup route replication | Steven Barth | |
2015-07-13 | router: only send RAs to neighbors if unsolicited | Steven Barth | |
2015-07-13 | router: only send direct RAs to link-local addresses | Steven Barth | |
2015-07-07 | main: fix missing parameter while iterating neighbors | Steven Barth | |
2015-07-07 | router: also send RAs to every known neighbor | Steven Barth | |
2015-07-07 | ndp: replay on-link routes instead of address assignments | Steven Barth | |
2015-06-30 | ra: keep alive neighbor entries so we can send unicast RAs in the future | Steven Barth | |
2015-06-22 | dhcpv4: remove unused addr_attrs struct | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-22 | dhcpv4: add ifdef ubus for dhcp4 ip | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
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 unitialization of mask | 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-06-15 | dhcpv4: return pointer | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: use iface-name | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: remove comment code lines | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: use ubus for ipv4 dhcp range calculation | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: add for_each ipv4-address array in ubus_get_address4 ubus_get_mask4 ↵ | Patrick Grimm | |
function Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-14 | dhcpv4: add ubus_get_address4 ubus_get_mask4 function | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-14 | dhcpv4: read ipv4-address from UBUS to ADDRESS4 | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-05-21 | dhcpv6: fix typo | Steven Barth | |
2015-05-13 | dhcpv6-pd: ignore /64 on interface | Steven Barth | |
2015-05-11 | dhcpv4: remove invalid free() | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> |