GMP Scanner

very nice job ! @falk

Hi @ll,
Answer probably too late, but I still agree.
GMP scanners are controlled by the GMP managers present on each slave, so it is necessary to specify to the GMP of the slave the number of hosts it is able to scan.
It is therefore necessary to run gvm with this option like this for centos /etc/sysconfig/gvm
for /16 scan possibility :
OPTIONS="–max-ips-per-target=65536"

Or directly in the systemd service
ExecStart=/usr/sbin/gvmd --max-ips-per-target=65536