summaryrefslogtreecommitdiffhomepage
path: root/config.h
AgeCommit message (Collapse)Author
2017-04-05netifd: propagate error code on netifd_reload()Alexandru Ardelean
The context is that we generate some of the UCI config for netifd via scripts/programs. Every once in a while, there's a goof when doing that UCI generation, and netifd prints out the error at stderr, but returns 0 (success) err-code. This change will fail the ubus call if UCI config is invalid or missing for /etc/config/network. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> Acked-by: Hans Dedecker <dedeckeh@gmail.com>
2013-06-10config: use the new uci_blob library codeFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-06-10config: replace config_memdup with blob_memdup from libuboxFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2012-05-04add copyright headersFelix Fietkau
2011-10-19rename config_init_interfaces to config_init_allFelix Fietkau
2011-10-19remove the argument to config_init_interfacesFelix Fietkau
2011-10-03more changes for config reload handlingFelix Fietkau
2011-10-03add functions for checking for config differencesFelix Fietkau
2011-10-02manage interfaces via vlistFelix Fietkau
2011-09-07move more stuff out of netifd.hFelix Fietkau
2011-09-05constifyFelix Fietkau
2011-09-05add config state trackingFelix Fietkau
2011-07-29add support for multiple config_param_list::next pointersFelix Fietkau
2011-07-29implement uci-to-blobmsg conversion as an abstraction between uci and the ↵Felix Fietkau
rest of netifd