Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-21 | enable loglevel setting via command line | Karl Palsson | |
Currently the loglevel is hardcoded to LOG_WARNING, even though there is debug log messages. Allow setting the loglevel via cli option. Include basic help text because we're adding command line options. Signed-off-by: Karl Palsson <karlp@etactica.com> | |||
2016-09-27 | odhcpd: remove superfluous log output. | Karl Palsson | |
Drop pointless syslog. The single line just doubles the amount of lines logged to syslog without adding any value. Signed-off-by: Karl Palsson <karlp@etactica.com> | |||
2015-11-17 | fall through in error case to clear congestion | Steven Barth | |
2015-11-16 | Handle netlink ENOBUFS events | Steven Barth | |
2015-08-20 | router/dhcpv6: use link-local addresses for DNS | Steven Barth | |
2015-07-14 | Remove unsolicited unicast RAs, adjust intervals | Steven Barth | |
2015-07-14 | ndp: fixup relay | Steven Barth | |
2015-07-13 | odhcpd: remove old workaround | 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-04-10 | ra: always send current hop limit | Steven Barth | |
2015-03-30 | properly handle return codes | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2015-03-29 | Remove prefix coloring support, refine hybrid management mode | Steven Barth | |
2015-03-29 | odhcpd: use proper struct msghdr initializers to fix build error on musl | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2014-10-30 | Fix IPv6 DNS server adddress selection | Hans Dedecker | |
Fix selection of IPv6 DNS address in DHCPv6 and RA overwrite as an address could be selected with preferred lifetime zero while IPv6 addresses are in use with non zero preferred lifetimes. Fix tries to pick the IPv6 address with the longest preferred lifetime now. Fixes also the issue an IPv6 address with preferred lifetime zero could be returned in DHCPv6 DNS server option while an IPv6 address with non zero preferred lifetime is returned as DNS recursive RA option for the same set of available IPv6 addresses. | |||
2014-10-17 | ndp: more fixes | Steven Barth | |
2014-08-08 | Make failed to send a notice instead of a warning | Steven Barth | |
2014-07-01 | DHCPv6 destination address check | Hans Dedecker | |
As described in RFC3315 §15 any solicit, confirm, rebind or information request message is discarded if the destination address is unicast Likewise any request (§18.2.1), renew (§18.2.3), release (§18.2.6) or decline (§18.2.7) message is discarded and the server replies with the status code use multicast. | |||
2014-04-01 | Complete managed PD/CER-ID support | Steven Barth | |
2014-02-17 | Add support for (managed) prefixes of length 65-96 | Steven Barth | |
2014-01-17 | Don't enable relay master if no slaves are present | Steven Barth | |
2014-01-17 | Fix logging verbosity | Steven Barth | |
2014-01-03 | Disable debugging by default | Steven Barth | |
2013-12-10 | Fix hop limit detection in ancillary data | Hans Dedecker | |
2013-12-03 | Fix prefix class logic | Steven Barth | |
2013-12-02 | Initial prefix class support | Steven Barth | |
2013-10-15 | Fix ubus reload detection | Steven Barth | |
2013-10-15 | Fix some more memory issues | Steven Barth | |
2013-10-14 | Initial commit | Steven Barth | |