From 743c9f5798bb43616d0cf29183dc57bece181942 Mon Sep 17 00:00:00 2001 From: Lucas Christian Date: Thu, 15 Aug 2024 22:11:36 -0700 Subject: [PATCH] T6659: suricata: use unique cluster_id per interface --- data/templates/ids/suricata.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/ids/suricata.j2 b/data/templates/ids/suricata.j2 index 585db93ebf..d76994c471 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: