Felix Fietkau
|
65e416c0b2
|
netifd: update to latest, fixes a crash when the interface protocol was not specified
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29903 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2012-01-24 21:44:00 +00:00 |
Felix Fietkau
|
ca974285c3
|
netifd: update to latest version, add some more status info and rework shell proto handler support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29864 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2012-01-22 21:14:30 +00:00 |
Felix Fietkau
|
59e41117c6
|
netifd: always issue a reload on ifup, not just for -a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29863 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2012-01-22 21:14:26 +00:00 |
Felix Fietkau
|
16f1607154
|
netifd: update to latest version, fixes some use-after-free issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29439 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-12-05 14:20:39 +00:00 |
Felix Fietkau
|
232c7e73ff
|
netifd: update to latest version, fixes tcp connection loss issues on dhcp rekey
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29115 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-11-14 14:06:32 +00:00 |
Felix Fietkau
|
b2dce50790
|
netifd: fix compile error when both libnl and libnl-tiny are built
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28854 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-11-08 10:12:31 +00:00 |
Nicolas Thill
|
eac6909465
|
package/netifd: use new service wrapper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28839 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-11-07 22:58:56 +00:00 |
Felix Fietkau
|
1e20e3114a
|
netifd: ensure that a bridge gets created before hostapd needs it, hostapd must not attempt to create the bridge by itself
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28745 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-11-04 01:05:12 +00:00 |
Felix Fietkau
|
5f8e0eff4b
|
netifd: start wifi at boot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28738 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-11-03 20:02:52 +00:00 |
Felix Fietkau
|
a5f5999a2d
|
netifd: update to latest version, fix redundant ifdown hotplug events
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28737 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-11-03 20:02:47 +00:00 |
Felix Fietkau
|
7e7a63e779
|
netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28713 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-11-01 22:02:40 +00:00 |
Felix Fietkau
|
777a92685b
|
netifd: update to latest version, fixes handling of hotplug devices (for wifi)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28712 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-11-01 22:02:33 +00:00 |
Felix Fietkau
|
774a74722d
|
netifd: update, prefix proto handler callbacks with 'proto_'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28632 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-27 20:28:42 +00:00 |
Felix Fietkau
|
0095a6a47c
|
netifd: remove obsolete _init callbacks, set available=1 for ppp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28631 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-27 20:28:37 +00:00 |
Felix Fietkau
|
52cd85e16f
|
netifd: allow ppp based proto handlers to override the connect/disconnect script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28630 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-27 20:28:33 +00:00 |
Felix Fietkau
|
6e801ecad8
|
netifd: update to latest, adds support for protocol notifiers to signal interface availability
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28629 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-27 20:28:28 +00:00 |
Felix Fietkau
|
794228a96c
|
netifd: if core dump support is enabled, use it. also add some delay after start to avoid race conditions with other init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28611 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-26 18:30:55 +00:00 |
Felix Fietkau
|
f43b8fa09d
|
netifd: update to the latest version, contains small fixes for interface reloading and adds support for dependency handling of stacked devices like dsa
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28610 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-26 18:30:49 +00:00 |
Felix Fietkau
|
24ef6bdd7f
|
netifd: update to latest version, fixes a crash on dhcp renew
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28557 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-24 18:52:24 +00:00 |
Felix Fietkau
|
3b0ad33ac2
|
netifd: update to latest version, fixes interface hotplugging issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28546 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-23 17:22:19 +00:00 |
Felix Fietkau
|
7b7b3c5a18
|
netifd: add two simple scripts for querying interface/device status
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28545 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-23 17:22:14 +00:00 |
Felix Fietkau
|
952c79097e
|
netifd: reload the network config on ifup -a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28544 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-23 17:22:01 +00:00 |
Felix Fietkau
|
ed22194a3f
|
netifd: add a dependency on jshn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28514 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-22 01:51:55 +00:00 |
Felix Fietkau
|
7f32515c4d
|
netifd: add missing dependencies on libuci and libnl-tiny
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28501 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-21 12:42:57 +00:00 |
Felix Fietkau
|
9117bb10f7
|
add an initial (experimental) version of netifd, disabled by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28499 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-10-21 01:47:49 +00:00 |