summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Collapse)AuthorAgeFilesLines
* Add per-host leasetime supportSteven Barth2016-05-191-16/+40
| | | | | | Patch by Daniel Dickinson Signed-off-by: Steven Barth <steven@midlink.org>
* config: blobmsg_check_attr expects bool type as last argumentHans Dedecker2015-12-151-4/+4
| | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* config: Prioritize ifname resolving via ubus over ifname/networkid attributesHans Dedecker2015-11-271-5/+5
| | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* config: Close interface when ifindex cannot be resolvedHans Dedecker2015-11-271-2/+2
| | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* 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
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* 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
| | | | | | | | | | | | | | | | | | RFC 2132 defines: 3.5. Router Option The router option specifies a list of IP addresses for routers on the client's subnet. Routers SHOULD be listed in order of preference. The code for the router option is 3. The minimum length for the router option is 4 octets, and the length MUST always be a multiple of 4. Code Len Address 1 Address 2 +-----+-----+-----+-----+-----+-----+-----+-----+-- | 3 | n | a1 | a2 | a3 | a4 | a1 | a2 | ... +-----+-----+-----+-----+-----+-----+-----+-----+--
* 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
| | | | | | Set default values for the ra_management and ndproxy_routing config parameters if no attributes are present and overwrite is to true.
* 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
| | | | | | 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.
* 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
|