On Wednesday 12 May 2010, Jon Farmer wrote:
I need to trust a subnet and was wondering if
something like
src_ip = x.x.x.x/27
where x.x.x.x is the network address of the subnet
is valid in the config.
Hi Jon,
as pointed out already, it works. But you've a small syntax error in the
example, this is correct:
src_ip == x.x.x.x/27
The != operator also works as expected.
Cheers,
Henning