mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-16 14:34:45 -06:00
Update integrationUISP.py
This commit is contained in:
parent
7b911e8d62
commit
d6cf9db8f7
@ -343,7 +343,8 @@ def findNodesBranchedOffPtMP(siteList, dataLinks, sites, rootSite, foundAirFiber
|
||||
'upload': upload,
|
||||
parent: apID
|
||||
}
|
||||
if use_ptmp_as_parent:
|
||||
if use_ptmp_as_parent():
|
||||
site['parent'] = apID
|
||||
print('Site ' + name + ' will use PtMP AP ' + link['from']['device']['identification']['name'] + ' as parent from site ' + link['from']['site']['identification']['name'])
|
||||
return siteList, nodeOffPtMP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user