mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
suricata: Set default packet size to 1514
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>
This commit is contained in:
committed by
Stefan Schantl
parent
16446608cb
commit
9f726f8f53
@@ -434,7 +434,7 @@ max-pending-packets: 1024
|
|||||||
# Preallocated size for packet. Default is 1514 which is the classical
|
# Preallocated size for packet. Default is 1514 which is the classical
|
||||||
# size for pcap on ethernet. You should adjust this value to the highest
|
# size for pcap on ethernet. You should adjust this value to the highest
|
||||||
# packet size (MTU + hardware header) on your system.
|
# 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.
|
# Unix command socket can be used to pass commands to suricata.
|
||||||
# An external tool can then connect to get information from suricata
|
# An external tool can then connect to get information from suricata
|
||||||
|
|||||||
Reference in New Issue
Block a user