Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-05 | netifd: 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> | |||
2014-03-19 | uci: Allow setting the UCI config path on the command line | Matthias Schiffer | |
Add a -c switch which allows setting an alternative UCI path instead of using the libuci default. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> | |||
2013-11-29 | add initial support for handling wireless devices via scripts | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: reorganize directory layout | Felix Fietkau | |
move example scripts from dummy/ to examples/ keep scripts that can be used as-is in scripts/ Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-31 | use calloc_a for interface error allocations | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-10-29 | use ustream for process message logging | Felix Fietkau | |
2012-10-29 | use FD_CLOEXEC instead of tracking lists of fds | Felix Fietkau | |
2012-05-04 | add copyright headers | Felix Fietkau | |
2011-10-20 | fix path and invocation for hotplug calls | Felix Fietkau | |
2011-10-19 | move log levels to netifd.h | Felix Fietkau | |
2011-10-16 | add support for logging messages via syslog (or optionally stdout) | Felix Fietkau | |
2011-10-16 | detach stdin/stdout/stderr from child processes, implement a separate ↵ | Felix Fietkau | |
logging pipe and relay log messages with prefix | |||
2011-10-15 | add support for tracking open file descriptors of modules and closing them ↵ | Felix Fietkau | |
for created child processes | |||
2011-10-15 | move netifd_start_process dir_fd to the data structure | Felix Fietkau | |
2011-10-15 | keep track of all running child processes in one place | Felix Fietkau | |
2011-10-11 | add some code for keeping track of dns servers and search domains and for ↵ | Felix Fietkau | |
writing resolv.conf | |||
2011-10-09 | move the main path to ./dummy to maintain the proper proto script ↵ | Felix Fietkau | |
implementations in ./proto | |||
2011-10-09 | use /lib/netifd as main path when dummy mode is disabled | Felix Fietkau | |
2011-10-07 | add support for calls to a hotplug script on interface state changes | Felix Fietkau | |
2011-10-06 | improve debugging macro | Felix Fietkau | |
2011-10-04 | rework debugging code, add debugging levels | Felix Fietkau | |
2011-10-03 | add a ubus call for triggering config reloads | Felix Fietkau | |
2011-09-09 | add an option for selecting the main path for netifd addons | Felix Fietkau | |
2011-09-09 | add an ubus call for restarting netifd | Felix Fietkau | |
2011-09-07 | move more stuff out of netifd.h | Felix Fietkau | |
2011-09-07 | move some code to utils.[ch] | Felix Fietkau | |
2011-09-07 | add DPRINTF type checking for no-debug builds | Felix Fietkau | |
2011-09-05 | Add inline fls() function for linux | Jo-Philipp Wich | |
2011-04-13 | add a __init define for constructors | Felix Fietkau | |
2011-04-13 | make avl_strcmp globally visible | Felix Fietkau | |
2011-04-05 | prevent autostart of interfaces during config init | Felix Fietkau | |
2011-03-29 | rework includes | Felix Fietkau | |
2011-03-27 | Initial import | Felix Fietkau | |