Skip to content

Commit

Permalink
suricata: always check packets checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
aiooss-anssi committed Nov 20, 2023
1 parent 72dcee3 commit afb9b9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions suricata/suricata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ pcap:
# - auto: Suricata uses a statistical approach to detect when
# checksum off-loading is used. (default)
# Warning: 'capture.checksum-validation' must be set to yes to have any validation
#checksum-checks: auto
checksum-checks: yes
# With some accelerator cards using a modified libpcap (like Myricom), you
# may want to have the same number of capture threads as the number of capture
# rings. In this case, set up the threads variable to N to start N threads
Expand All @@ -843,7 +843,7 @@ pcap-file:
# - auto: Suricata uses a statistical approach to detect when
# checksum off-loading is used. (default)
# Warning: 'checksum-validation' must be set to yes to have checksum tested
checksum-checks: no
checksum-checks: yes
# See "Advanced Capture Options" below for more options, including Netmap
# and PF_RING.
Expand Down Expand Up @@ -1209,7 +1209,6 @@ security:
read:
- /usr/
- /etc/
- /nix/store/9zi80g57g091a5qky6x3cmvmmb9zcfvq-suricata-7.0.0/etc/suricata/
lua:
# Allow Lua rules. Disabled by default.
Expand Down

0 comments on commit afb9b9e

Please sign in to comment.