Skip to content

Added duplicate record finder for node_info table.

Eric - kg6wxc requested to merge (removed):removeDupes into master

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.

Merge request reports