mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: map-topology-discovery: remove redirection of buildcmdu result
This commit is contained in:
parent
d80d41a6f6
commit
52d5bf6db6
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ rc="$?"
|
|||
issue_discovery() {
|
||||
local iface="$1"
|
||||
|
||||
res=$(ubus -t5 call ieee1905 buildcmdu "{\"type\":0, \"ifname\":\"${iface}\"}" > /dev/null 2>&1)
|
||||
res=$(ubus -t5 call ieee1905 buildcmdu "{\"type\":0, \"ifname\":\"${iface}\"}")
|
||||
json_load "$res" > /dev/null 2>&1
|
||||
json_get_var data data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue