Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netifd: propagate error code on netifd_reload() | Alexandru Ardelean | 2017-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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> | ||||
* | config: use the new uci_blob library code | Felix Fietkau | 2013-06-10 | 1 | -38/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | config: replace config_memdup with blob_memdup from libubox | Felix Fietkau | 2013-06-10 | 1 | -2/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | add copyright headers | Felix Fietkau | 2012-05-04 | 1 | -0/+13 |
| | |||||
* | rename config_init_interfaces to config_init_all | Felix Fietkau | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | remove the argument to config_init_interfaces | Felix Fietkau | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | more changes for config reload handling | Felix Fietkau | 2011-10-03 | 1 | -0/+2 |
| | |||||
* | add functions for checking for config differences | Felix Fietkau | 2011-10-03 | 1 | -0/+18 |
| | |||||
* | manage interfaces via vlist | Felix Fietkau | 2011-10-02 | 1 | -6/+0 |
| | |||||
* | move more stuff out of netifd.h | Felix Fietkau | 2011-09-07 | 1 | -1/+3 |
| | |||||
* | constify | Felix Fietkau | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | add config state tracking | Felix Fietkau | 2011-09-05 | 1 | -0/+8 |
| | |||||
* | add support for multiple config_param_list::next pointers | Felix Fietkau | 2011-07-29 | 1 | -2/+4 |
| | |||||
* | implement uci-to-blobmsg conversion as an abstraction between uci and the ↵ | Felix Fietkau | 2011-07-29 | 1 | -0/+24 |
rest of netifd |