Peter Russell wrote:
Hello, i notice after a lint test the following errors
[2832] warn: netset: illegal network address given: 'xx.1.0.0/16,'
[2832] warn: netset: illegal network address given: 'xx.2.0.0/16,'
[2832] warn: netset: illegal network address given: 'xxx.xxx.xxx.0/24,'
I have the following set for trusted networks
trusted_networks xx.1.0.0/16, xx.2.0.0/16, xxx.xxx.xxx.0/24, 127.0.0.0/8
What have i dont wrong?
Commas aren't valid parts of the CIDR notation as accepted by SA. Lose
the commas.
x's aren't valid either, but I suspect you're just trying to obfuscate
your problem to make solving it more fun.
Daryl