]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
suricata: Set default packet size to 1514
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2019 14:28:08 +0000 (14:28 +0000)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 1 Mar 2019 16:55:25 +0000 (17:55 +0100)
We usually use a MTU of 1500 + Ethernet header

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/suricata.yaml

index b468c9c142c0f2c56908d289e5560552415d4ff2..c2fd4ebc93515db1c9927e5090dce1af73c8932e 100644 (file)
@@ -434,7 +434,7 @@ max-pending-packets: 1024
 # Preallocated size for packet. Default is 1514 which is the classical
 # size for pcap on ethernet. You should adjust this value to the highest
 # packet size (MTU + hardware header) on your system.
-#default-packet-size: 1514
+default-packet-size: 1514
 
 # Unix command socket can be used to pass commands to suricata.
 # An external tool can then connect to get information from suricata