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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Using the power of deny rules: Sometimes there is a hole that can be blocked with a deny rule and then a larger allow rule, instead of several allow rules (see example 1). Dividing the cubes into groups of adjacent cubes and checking whether it is better to use complement rules instead may improve the optimization.
Currently the activeRules algorithm runs according to the src dimension, but it might be improved if we run it from other dimensions as well. See Example 2.
src, dst of nACL rules should be a single CIDR. This could be improved, see example 3.