add more description to checksum-checks

This commit is contained in:
Josh Patterson
2026-03-19 17:30:47 -04:00
parent ca588d2e78
commit 2585bdd23f

View File

@@ -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