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
Currently, the firewall handles single policy using single JSON file.
The user should be able to create multiple policies using different JSON files stored in a dedicated directory.
When the firewall is activated, it should combine all the enabled policies all together, and prioritize fields.
Currently, the firewall handles single policy using single JSON file.
The user should be able to create multiple policies using different JSON files stored in a dedicated directory.
When the firewall is activated, it should combine all the enabled policies all together, and prioritize fields.
For example:
Policy A: Block ICMP, Deny Source IP: 1.1.1.1
Policy B: Deny Source IP: 2.2.2.2
Applied policy:
Block ICMP -> Deny Source IP: 1.1.1.1 -> Deny Source IP: 2.2.2.2
The text was updated successfully, but these errors were encountered: