ACL, how to invert match condition
Create Date: Jun 19 2012 4:48AM Is it possible to invert a match condition with an ACL? E.g. I want to deny packets which are not coming from a specific IP address: code: entry denyExample { if { source-address NOT 1.2.3.4/32 ; m...