The source project of this merge request has been removed.
Also changed the test-mode output a bit.
Added function wxc_check4Dupes
to the checkDB.inc
file.
This will, on every run, check for duplicate wlan_ip
in the node_info
table.
Duplicate wlan_ip's break the main trigger on the topology table.
This is a hack to fix this behavior, eventually the offending trigger should be removed and replaced with PHP code.