OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Problem with checking order

From: Alex Bligh (alexalex.org.uk)
Date: Wed Nov 07 2007 - 12:24:11 CST


>> cat network_table:
>>
>> 10.0.0.0/8 OK
>> 1.2.3.4/0 OK
>
> CIDR syntax is not allowed in hash tables. Either change the table type
> to cidr or change the file contents to:
>
> 10 OK
> 1.2.3.4 OK

Moreover it should be 1.2.3.4/32 presumably; /0 indicates no bits matter.

Alex