{% extends 'base/layout.html' %} {% load i18n %} {% load helpers %} {% block title %}{% trans "Global Rules Search" %}{% endblock %} {% block content %}
= | equals | Action = Permit |
!= | not equals | Action != Deny |
contains | text / IP in subnet | Src.Address contains 10.0.0.0 |
exists | has a value | Destination exists |
!exists | is empty | Owner !exists |
in | one of list | Service.Name in (HTTP, HTTPS) |
notin | none of list | Action notin (Deny) |
AND.