summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-04-24Merge pull request #13 from dedeckeh/bugfixessbyx
Bugfixes
2014-04-23Add status code ok option in reply to a decline messageHans Dedecker
RFC3315 Section 18.2.7 states a status code OK needs to be returned by the server : After all the addresses have been processed, the server generates a Reply message and includes a Status Code option with the value Success, a Server Identifier option with the server's DUID, and a Client Identifier option with the client's DUID.
2014-04-23Don't return a DHCPv6 reply in response to a confirm without address(es)Hans Dedecker
RFC3315 Section 18.2.2 states no reply must returned by the server in case no address(es) are present : If the server is unable to perform this test (for example, the server does not have information about prefixes on the link to which the client is connected), or there were no addresses in any of the IAs sent by the client, the server MUST NOT send a reply to the client.
2014-04-09config: use correct defaults if interface is not in UCISteven Barth
2014-04-06odhcpd: managed PD wait for 250ms initial periodSteven Barth
2014-04-03Make clang happySteven Barth
2014-04-01Keep managed PD for at least 150 secondsSteven Barth
2014-04-01Wait at least 15 seconds for managed PD to be acknowledgedSteven Barth
2014-04-01don't kill of managed PD too earlySteven Barth
2014-04-01Complete managed PD/CER-ID supportSteven Barth
2014-03-24Managed PD: initial supportSteven Barth
2014-03-20ubus: convert to async callsSteven Barth
2014-03-20ubus: use safe iteratorSteven Barth
2014-03-20ubus: don't redeclare variable cSteven Barth
2014-03-20Don't segfault when there is no IPv6 supportSteven Barth
2014-03-11Fix HMAC-MD5 in DHCPv6-reconfigure (thx rsmarples)Steven Barth
2014-02-25config: more static ndp fixesSteven Barth
2014-02-25Fix parsing of static ndp entriesHans Dedecker
2014-02-24Don't announce :: as DNSSteven Barth
2014-02-24Fix DNS-server and routes announced in RA for certain prefix casesSteven Barth
2014-02-21Fix wrong address pool being advertisedSteven Barth
2014-02-19Replace IN6_ARE_ADDR_EQUAL by memcmp to avoid unalignedsSteven Barth
2014-02-18Avoid some bloatSteven Barth
2014-02-17Add support for (managed) prefixes of length 65-96Steven Barth
2014-02-17Dynamically calculate RA intervals when prefix lifetimes are shortSteven Barth
2014-02-05Fix homenet filterSteven Barth
2014-02-01Change homenet detection to User-ClassSteven Barth
2014-01-23Merge pull request #9 from dedeckeh/bugfixessbyx
Fix ra_management and ndproxy_routing config overwrite
2014-01-23Fix ra_management and ndproxy_routing config overwriteHans 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-23Merge remote branch 'upstream/master' into bugfixesHans Dedecker
2014-01-23Merge remote branch 'upstream/master' into bugfixesHans Dedecker
2014-01-18Fix another memory corruptionSteven Barth
2014-01-18Fix memory corruption when reloading static leasesSteven Barth
2014-01-17Don't enable relay master if no slaves are presentSteven Barth
2014-01-17Fix logging verbositySteven Barth
2014-01-17Use hybrid management mode by defaultSteven Barth
2014-01-17Fix a segfault in state-script handlingSteven Barth
2014-01-17Fix prefix detection for hybrid modeSteven Barth
2014-01-16Merge pull request #8 from dedeckeh/bugfixessbyx
Don't rearm RS timer if callback is not set
2014-01-16Merge remote branch 'upstream/master' into bugfixesHans Dedecker
2014-01-15Don't rearm rs timer if callback is not setHans Dedecker
2014-01-15Export hostname including domain in hostfileSteven Barth
2014-01-14Merge pull request #7 from dedeckeh/bugfixessbyx
Fix interface ignore overwrite
2014-01-13Fix interface ignore overwriteHans 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-09Merge pull request #6 from dedeckeh/bugfixessbyx
Fix ALL_DHCPV6_RELAYS/ALL_DHCPV6_SERVERS membership subscription
2014-01-09Fix ALL_DHCPV6_RELAYS/ALL_DHCPV6_SERVERS membership subscriptionHans Dedecker
2014-01-07Rename legacy to maindhcpSteven Barth
2014-01-06don't run state update script unnecessarily oftenSteven Barth
2014-01-04Use 1 socket per interface for DHCPv6Steven Barth
2014-01-03derive ipv6 static lease from ipv4 if no hostid is givenSteven Barth