Two devices give null characters at the end of the Active Hostname in some views, but not all.
The list view:
The details views:
The characters are actually nulls:
Code: Select all
36 ;;; wlae-ag300n-pso-1 192.168.71.38 4C:E6:76:0F:50:80 AP4CE6760F5080\00 dhcp_lan bound
41 ;;; wlae-ag300n-pso-2 192.168.71.49 4C:E6:76:0F:50:42 AP4CE6760F5042\00 dhcp_lan bound
How can I debug why the null character is there?
How can I modify the script at https://github.com/Tolaris/mikrotik-dns ... hcp.script so it strips the null character?
--jeroen