You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case where a manual change is made to an access-list and an address fails to parse, this happens:
ACL parse failed: <type 'exceptions.AttributeError'> : TIP instance has no attribute 'negated'
The exception should be handled properly so the parser doesn't crash and the correct error and line number are returned. This will require a tweak to the trigger.acl.parser.TIP class.