From 2585bdd23fd7e8fdcf832c3ddb738fbfaa588ebf Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Thu, 19 Mar 2026 17:30:47 -0400 Subject: [PATCH] add more description to checksum-checks --- salt/suricata/soc_suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/suricata/soc_suricata.yaml b/salt/suricata/soc_suricata.yaml index 3c791af72..7f6b7787a 100644 --- a/salt/suricata/soc_suricata.yaml +++ b/salt/suricata/soc_suricata.yaml @@ -133,7 +133,7 @@ suricata: advanced: True helpLink: suricata checksum-checks: - description: "Opt for the checksum verification mode suitable for the interface. During capture, it's possible that some packets may exhibit invalid checksums due to the network card handling the checksum computation." + description: "Opt for the checksum verification mode suitable for the interface. During capture, it's possible that some packets may exhibit invalid checksums due to the network card handling the checksum computation. You have several options: 'kernel': Relies on indications sent by the kernel for each packet (default). 'yes': Enforces checksum validation. 'no': Disables checksum validation. 'auto': Suricata employs a statistical approach to detect checksum offloading." advanced: True options: - kernel