summaryrefslogtreecommitdiffstats
path: root/package/netifd/files/lib
Commit message (Collapse)AuthorAgeFilesLines
* netifd: improve error handling in legacy script compatibility library, do ↵Felix Fietkau2012-04-211-3/+3
| | | | | | not fill the log with error messages for interfaces that could not be found SVN-Revision: 31432
* netifd: make type a local variable in /lib/network/config.sh to avoid ↵Felix Fietkau2012-04-211-1/+1
| | | | | | clashes with an internal config_foreach variable SVN-Revision: 31430
* ppp: move ppp-{up,down} from the netifd package to pppdFelix Fietkau2012-04-172-22/+0
| | | | SVN-Revision: 31340
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵Felix Fietkau2012-03-201-183/+0
| | | | | | file to the pppd package SVN-Revision: 31041
* netifd: scan l3 devices on find_config()Felix Fietkau2012-03-191-1/+2
| | | | SVN-Revision: 31033
* netifd: implement find_config()Felix Fietkau2012-03-151-1/+14
| | | | SVN-Revision: 30947
* netifd: add missing do_sysctl functionFelix Fietkau2012-02-271-0/+5
| | | | SVN-Revision: 30749
* netifd: fix legacy scripts that expect the ifname option to be mapped to the ↵Felix Fietkau2012-02-021-0/+2
| | | | | | device option after fixup SVN-Revision: 30003
* netifd: ensure that a bridge gets created before hostapd needs it, hostapd ↵Felix Fietkau2011-11-041-0/+7
| | | | | | must not attempt to create the bridge by itself SVN-Revision: 28745
* netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet)Felix Fietkau2011-11-011-3/+3
| | | | SVN-Revision: 28713
* netifd: update, prefix proto handler callbacks with 'proto_'Felix Fietkau2011-10-271-9/+9
| | | | SVN-Revision: 28632
* netifd: remove obsolete _init callbacks, set available=1 for pppFelix Fietkau2011-10-272-16/+1
| | | | SVN-Revision: 28631
* netifd: allow ppp based proto handlers to override the connect/disconnect scriptFelix Fietkau2011-10-271-2/+2
| | | | SVN-Revision: 28630
* add an initial (experimental) version of netifd, disabled by defaultFelix Fietkau2011-10-216-0/+381
SVN-Revision: 28499