From 003209eeab231675e82abb8cf6eab7ca0384bc3f Mon Sep 17 00:00:00 2001 From: Lucas Christian Date: Fri, 16 Aug 2024 02:18:03 -0700 Subject: T6659: suricata: use unique cluster_id per interface (#3992) --- data/templates/ids/suricata.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/templates/ids/suricata.j2 b/data/templates/ids/suricata.j2 index 585db93eb..d76994c47 100644 --- a/data/templates/ids/suricata.j2 +++ b/data/templates/ids/suricata.j2 @@ -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: -- cgit v1.2.3