mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
map-agent: hotplug: topology-discovery: fix typo from previous change
This commit is contained in:
parent
fc2b5a2380
commit
3d3397703f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ issue_discovery() {
|
|||
|
||||
[ "$data" == "" ] && return
|
||||
|
||||
ubus call ieee1905 cmdu "{\"dst\":\"01:80:c2:00:00:13\", \"type\":0, \"data\":\"${data}\"})" > /dev/null 2>&1
|
||||
ubus call ieee1905 cmdu "{\"dst\":\"01:80:c2:00:00:13\", \"type\":0, \"data\":\"${data}\"}" > /dev/null 2>&1
|
||||
}
|
||||
|
||||
process_vlans() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue