Scannet basically has 2 functionalities:
• Identify new printers and add in main table.
• All devices which are set to active=N in main table are checked and if found to be active, then same is updated in main table
During investigation of scannet, a bug was observed in line 145:
eval `echo dynip=$ip | sddb -e -t main -i dynip main_`
Correct statement should have been:
eval `echo dynip=$ip | sddb -e -t main -i dynip –a main_`
So due to the above bug, the functionality of checking inactive devices never gets executed
Ticket moved from /p/ceps/feature-requests/302/
Can't be converted: