I kept getting the error when running modules on a netblock:
[!] '1.2.3.4/29 ' does not appear to be an IPv4 or IPv6 network.
Note the trailing space. This would happen even when I manually inserted the CIDR and made sure there was no space. Not sure where/why the space was being added, so this PR removes trailing spaces.
I kept getting the error when running modules on a netblock:
[!] '1.2.3.4/29 ' does not appear to be an IPv4 or IPv6 network.
Note the trailing space. This would happen even when I manually inserted the CIDR and made sure there was no space. Not sure where/why the space was being added, so this PR removes trailing spaces.