mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
IDS: fix obsolete warning in suricata : [ERRCODE: SC_WARN_OPTION_OBSOLETE(233)] - netmap interface em1+ uses obsolete '+' notation. Using '^' instead.
This commit is contained in:
parent
0481c26fe1
commit
6b62ed4fe2
@ -353,9 +353,9 @@ netmap:
|
||||
{% for intfName in OPNsense.IDS.general.interfaces.split(',') %}
|
||||
|
||||
- interface: {{physical_interface(intfName)}}
|
||||
copy-iface: {{physical_interface(intfName)}}+
|
||||
copy-iface: {{physical_interface(intfName)}}^
|
||||
|
||||
- interface: {{physical_interface(intfName)}}+
|
||||
- interface: {{physical_interface(intfName)}}^
|
||||
copy-iface: {{physical_interface(intfName)}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user