summaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/files/sbin/ifstatus
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-29 14:40:04 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-29 14:40:04 +0000
commitad39aa14bb802aa48e7c005173b212b342ef3770 (patch)
tree0286bb0492ac1767e3a899102482ab9bc6ba35bc /package/network/config/netifd/files/sbin/ifstatus
parentc9b48d57bf82462e5e74ffcf02a22127b1f28822 (diff)
netifd: update to latest version
fixes DNS servers on reload (#12910) fixes ubus object race on reload or down/up (#12612) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35383 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/netifd/files/sbin/ifstatus')
-rwxr-xr-xpackage/network/config/netifd/files/sbin/ifstatus2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/sbin/ifstatus b/package/network/config/netifd/files/sbin/ifstatus
index 511cc1d8d..8a951e6e1 100755
--- a/package/network/config/netifd/files/sbin/ifstatus
+++ b/package/network/config/netifd/files/sbin/ifstatus
@@ -10,4 +10,4 @@ ubus -S list "network.interface.$INTERFACE" >/dev/null || {
echo "Interface $INTERFACE not found"
exit 1
}
-ubus call network.interface."$INTERFACE" status
+ubus call network.interface status "{ \"interface\" : \"$INTERFACE\" }"