mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
put portgroup name in statename
This commit is contained in:
@@ -104,7 +104,7 @@ enable_docker_user_established:
|
|||||||
{% for proto, ports in portgroup.items() %}
|
{% for proto, ports in portgroup.items() %}
|
||||||
{% for port in ports %}
|
{% for port in ports %}
|
||||||
|
|
||||||
{{action}}_{{chain}}_{{hostgroup}}_{{ip}}_{{port}}_{{proto}}:
|
{{action}}_{{chain}}_{{hostgroup}}_{{ip}}_{{portgroup}}_{{port}}_{{proto}}:
|
||||||
iptables.{{action}}:
|
iptables.{{action}}:
|
||||||
- table: filter
|
- table: filter
|
||||||
- chain: {{ chain }}
|
- chain: {{ chain }}
|
||||||
|
|||||||
Reference in New Issue
Block a user