diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-29 14:41:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-29 14:41:40 +0000 |
commit | 4a4e66f9ad9ed987a710f0dc2e6a9eac68754041 (patch) | |
tree | 84cdbcb8c9970f7e9f636034a37a050e570ab7fa /package/netifd/files/sbin/ifstatus | |
parent | 92568b570251a08cd6ded7ae221fcd86ff538be1 (diff) | |
download | upstream-4a4e66f9ad9ed987a710f0dc2e6a9eac68754041.tar.gz upstream-4a4e66f9ad9ed987a710f0dc2e6a9eac68754041.tar.bz2 upstream-4a4e66f9ad9ed987a710f0dc2e6a9eac68754041.zip |
netifd: update to latest version
fixes DNS servers on reload (#12910)
fixes ubus object race on reload or down/up (#12612)
Backport of r35383
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35384 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/netifd/files/sbin/ifstatus')
-rwxr-xr-x | package/netifd/files/sbin/ifstatus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/netifd/files/sbin/ifstatus b/package/netifd/files/sbin/ifstatus index 511cc1d8d9..8a951e6e15 100755 --- a/package/netifd/files/sbin/ifstatus +++ b/package/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\" }" |