summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* Add per-host leasetime supportSteven Barth2016-05-191-16/+40
* config: blobmsg_check_attr expects bool type as last argumentHans Dedecker2015-12-151-4/+4
* config: Prioritize ifname resolving via ubus over ifname/networkid attributesHans Dedecker2015-11-271-5/+5
* config: Close interface when ifindex cannot be resolvedHans Dedecker2015-11-271-2/+2
* Remove unsolicited unicast RAs, adjust intervalsSteven Barth2015-07-141-0/+5
* config: fix typo in reload_cbSteven Barth2015-04-211-1/+1
* properly handle return codesJohn Crispin2015-03-301-5/+6
* ndp: more fixesSteven Barth2014-10-171-0/+3
* Begin rewrite of NDP-relaySteven Barth2014-10-161-25/+0
* router: add support for router addressSteven Barth2014-10-161-0/+5
* config: remove spurious free() callSteven Barth2014-09-251-1/+0
* dhcpv4: implement router configuration optionChristian Mehlis2014-08-121-0/+25
* Revert "rewrite of NDP proxy" for nowSteven Barth2014-07-221-0/+25
* Initial rewrite of NDP proxySteven Barth2014-07-161-25/+0
* Make hostid more convenientSteven Barth2014-06-171-3/+5
* config: accept domains with trailing .Steven Barth2014-06-161-1/+7
* Make filtering customizableSteven Barth2014-05-301-0/+8
* Add support for raw DHCPv6 attributesSteven Barth2014-05-251-0/+9
* config: use correct defaults if interface is not in UCISteven Barth2014-04-091-0/+1
* Complete managed PD/CER-ID supportSteven Barth2014-04-011-0/+12
* config: more static ndp fixesSteven Barth2014-02-251-0/+3
* Fix ra_management and ndproxy_routing config overwriteHans Dedecker2014-01-231-2/+2
* Fix memory corruption when reloading static leasesSteven Barth2014-01-181-2/+2
* Don't enable relay master if no slaves are presentSteven Barth2014-01-171-1/+27
* Use hybrid management mode by defaultSteven Barth2014-01-171-0/+2
* Fix prefix detection for hybrid modeSteven Barth2014-01-171-1/+1
* Fix interface ignore overwriteHans Dedecker2014-01-131-1/+3
* Rename legacy to maindhcpSteven Barth2014-01-071-3/+3
* Use OpenWrt standard lease formatSteven Barth2014-01-031-4/+4
* Learn routes in NDP-proxy by defaultSteven Barth2014-01-031-0/+2
* Remove ula_compat featureSteven Barth2014-01-031-5/+0
* fix ifindex detectionSteven Barth2014-01-031-1/+1
* Fix possible SEGFAULT conditionsHans Dedecker2013-12-051-2/+31
* Fix uci odhcpd config parsingHans Dedecker2013-12-051-2/+2
* Fix cleanup of interfacesSteven Barth2013-10-231-7/+5
* Loop until ubus connection succeedsSteven Barth2013-10-161-1/+2
* Minor fixesSteven Barth2013-10-161-6/+9
* Rewrite reload logicSteven Barth2013-10-161-85/+99
* Handle reload mechanismSteven Barth2013-10-151-1/+9
* ubus: register subscriberSteven Barth2013-10-151-1/+1
* Fix illegal memory accessSteven Barth2013-10-151-1/+3
* Ignore missing ifname from netifdSteven Barth2013-10-151-1/+1
* Fix config retrieval from netifdSteven Barth2013-10-151-3/+3
* don't overwrite interface config from netifdSteven Barth2013-10-151-1/+1
* Fix ubus reload detectionSteven Barth2013-10-151-1/+5
* Fix more memory corruptionSteven Barth2013-10-151-2/+2
* Avoid segfaults when parsing configurationSteven Barth2013-10-151-1/+7
* Fix config parsingSteven Barth2013-10-141-8/+21
* Fix argument parsingSteven Barth2013-10-141-4/+4
* Fix reloadSteven Barth2013-10-141-2/+2