diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-29 14:40:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-29 14:40:04 +0000 |
commit | 65657fb5853869205ff6a1a2358a115990688d6d (patch) | |
tree | e2c7f736b4db8ffb2883cafa0d9b0b5446215b29 /package/network/config/netifd/files/sbin/ifstatus | |
parent | c16879a385bcdeee426b2b7f0be89f0320b63c81 (diff) | |
download | upstream-65657fb5853869205ff6a1a2358a115990688d6d.tar.gz upstream-65657fb5853869205ff6a1a2358a115990688d6d.tar.bz2 upstream-65657fb5853869205ff6a1a2358a115990688d6d.zip |
netifd: update to latest version
fixes DNS servers on reload (#12910)
fixes ubus object race on reload or down/up (#12612)
SVN-Revision: 35383
Diffstat (limited to 'package/network/config/netifd/files/sbin/ifstatus')
-rwxr-xr-x | package/network/config/netifd/files/sbin/ifstatus | 2 |
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 511cc1d8d9..8a951e6e15 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\" }" |