summaryrefslogtreecommitdiffhomepage
path: root/src/config.c
AgeCommit message (Collapse)Author
2015-04-21config: fix typo in reload_cbSteven Barth
2015-03-30properly handle return codesJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-10-17ndp: more fixesSteven Barth
2014-10-16Begin rewrite of NDP-relaySteven Barth
2014-10-16router: add support for router addressSteven Barth
2014-09-25config: remove spurious free() callSteven Barth
2014-08-12dhcpv4: implement router configuration optionChristian Mehlis
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 | ... +-----+-----+-----+-----+-----+-----+-----+-----+--
2014-07-22Revert "rewrite of NDP proxy" for nowSteven Barth
2014-07-16Initial rewrite of NDP proxySteven Barth
2014-06-17Make hostid more convenientSteven Barth
2014-06-16config: accept domains with trailing .Steven Barth
2014-05-30Make filtering customizableSteven Barth
2014-05-25Add support for raw DHCPv6 attributesSteven Barth
2014-04-09config: use correct defaults if interface is not in UCISteven Barth
2014-04-01Complete managed PD/CER-ID supportSteven Barth
2014-02-25config: more static ndp fixesSteven Barth
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-18Fix memory corruption when reloading static leasesSteven Barth
2014-01-17Don't enable relay master if no slaves are presentSteven Barth
2014-01-17Use hybrid management mode by defaultSteven Barth
2014-01-17Fix prefix detection for hybrid modeSteven Barth
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-07Rename legacy to maindhcpSteven Barth
2014-01-03Use OpenWrt standard lease formatSteven Barth
2014-01-03Learn routes in NDP-proxy by defaultSteven Barth
2014-01-03Remove ula_compat featureSteven Barth
2014-01-03fix ifindex detectionSteven Barth
2013-12-05Fix possible SEGFAULT conditionsHans Dedecker
2013-12-05Fix uci odhcpd config parsingHans Dedecker
2013-10-23Fix cleanup of interfacesSteven Barth
2013-10-16Loop until ubus connection succeedsSteven Barth
2013-10-16Minor fixesSteven Barth
2013-10-16Rewrite reload logicSteven Barth
2013-10-15Handle reload mechanismSteven Barth
2013-10-15ubus: register subscriberSteven Barth
2013-10-15Fix illegal memory accessSteven Barth
2013-10-15Ignore missing ifname from netifdSteven Barth
2013-10-15Fix config retrieval from netifdSteven Barth
2013-10-15don't overwrite interface config from netifdSteven Barth
2013-10-15Fix ubus reload detectionSteven Barth
2013-10-15Fix more memory corruptionSteven Barth
2013-10-15Avoid segfaults when parsing configurationSteven Barth
2013-10-14Fix config parsingSteven Barth
2013-10-14Fix argument parsingSteven Barth
2013-10-14Fix reloadSteven Barth
2013-10-14Various fixesSteven Barth
2013-10-14Fix upstream detectionSteven Barth
2013-10-14Initial commitSteven Barth