36 Commits (11c3392b7fcbfb750b15f8ac825ac50f9b962dd5)

Author SHA1 Message Date
Jo-Philipp Wich 19bf880b03 netifd: call "wifi down" before "wifi up" 12 years ago
Jo-Philipp Wich bcacf552fd netifd: repair dhcp client id option Busybox udhcpc dropped support for the -c option, instead it can be emulated by using -x 0x3d:id, change the dhcp protocol script accordingly and filter all colons from the id while we're at it. This change supersedes http://patchwork.openwrt.org/patch/1810/ 12 years ago
Jo-Philipp Wich eb9b3bdb4f netifd: localize internally used shell variables (#11567) 13 years ago
Jo-Philipp Wich 1760bf569a netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609) 13 years ago
Jo-Philipp Wich 9ae901445b /etc/functions.sh => /lib/functions.sh 13 years ago
Felix Fietkau 9fba35fe7e netifd: call /sbin/wifi up on /etc/init.d/network reload 13 years ago
Felix Fietkau d7522444d2 netifd: fix "Command failed: Not found" error with dhcp 13 years ago
Felix Fietkau cc61ab5c6d netifd: bring up wifi at boot 13 years ago
Felix Fietkau b86652832e netifd: improve /sbin/ifup wifi hack, make it work properly with -a. fold /etc/init.d/netifd into /etc/init.d/network 13 years ago
Jo-Philipp Wich 267b414b4c netifd: port r27720 (#9763) to the netifd ifup variant 13 years ago
Felix Fietkau 768d49a428 netifd: bring up all interfaces on /etc/init.d/network restart 13 years ago
Felix Fietkau a6e7b3cffe netifd: use the new json_get_vars function in the dhcp helper script 13 years ago
Felix Fietkau f37deb2b1b netifd: improve error handling in legacy script compatibility library, do not fill the log with error messages for interfaces that could not be found 13 years ago
Felix Fietkau bfa643c7ef netifd: make type a local variable in /lib/network/config.sh to avoid clashes with an internal config_foreach variable 13 years ago
Felix Fietkau 43695701ec ppp: move ppp-{up,down} from the netifd package to pppd 13 years ago
Felix Fietkau a660a57d71 pppd: split files into netifd and non-netifd files, move the netifd ppp.sh file to the pppd package 13 years ago
Felix Fietkau 6df99730c4 netifd: scan l3 devices on find_config() 13 years ago
Felix Fietkau 6a30a0d992 netifd: shut down all interfaces before restarting netifd 13 years ago
Felix Fietkau adff0183ca netifd: implement find_config() 13 years ago
Felix Fietkau 4814eb5df9 netifd: add missing do_sysctl function 13 years ago
Felix Fietkau 429886fbbb netifd: add a hotplug handler for setting sysctls (based on the old 10-routes file) 13 years ago
Felix Fietkau 8ad6213f59 netifd: add a new udhcpc default script for command line use (no uci support) 13 years ago
Felix Fietkau 477c3c4015 netifd: set the network device in uci state as well to avoid further remapping issues 13 years ago
Felix Fietkau bffa830f13 netifd: fix legacy scripts that expect the ifname option to be mapped to the device option after fixup 13 years ago
Felix Fietkau c309ed6210 netifd: always issue a reload on ifup, not just for -a 13 years ago
Nicolas Thill 7a176742bb package/netifd: use new service wrapper 13 years ago
Felix Fietkau dab5ebaa76 netifd: ensure that a bridge gets created before hostapd needs it, hostapd must not attempt to create the bridge by itself 13 years ago
Felix Fietkau d4d91df5fe netifd: start wifi at boot 13 years ago
Felix Fietkau b8d90aceb2 netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet) 13 years ago
Felix Fietkau bebd9aec71 netifd: update, prefix proto handler callbacks with 'proto_' 13 years ago
Felix Fietkau 24bf5c41a0 netifd: remove obsolete _init callbacks, set available=1 for ppp 13 years ago
Felix Fietkau b3d7c7b1b5 netifd: allow ppp based proto handlers to override the connect/disconnect script 13 years ago
Felix Fietkau 803c7edcb3 netifd: if core dump support is enabled, use it. also add some delay after start to avoid race conditions with other init scripts 13 years ago
Felix Fietkau 01f9388cde netifd: add two simple scripts for querying interface/device status 13 years ago
Felix Fietkau 4112fbaafb netifd: reload the network config on ifup -a 13 years ago
Felix Fietkau 55aeabae10 add an initial (experimental) version of netifd, disabled by default 13 years ago