Skip to content

Commit

Permalink
T6659: suricata: use unique cluster_id per interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasec committed Aug 16, 2024
1 parent ada962d commit 743c9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/templates/ids/suricata.j2
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ af-packet:
{% for interface in suricata.interface %}
- interface: {{ interface }}
# Default clusterid. AF_PACKET will load balance packets based on flow.
cluster-id: 99
cluster-id: {{ 100 - loop.index }}
# Default AF_PACKET cluster type. AF_PACKET can load balance per flow or per hash.
# This is only supported for Linux kernel > 3.1
# possible value are:
Expand Down

0 comments on commit 743c9f5

Please sign in to comment.