From 8b213e9d63b0b308424e3a7869151b257089ffe6 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 28 Sep 2018 21:51:08 +0200 Subject: [PATCH] yaml: fix typo --- suricata.yaml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index c882a8aa48..99c643589c 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -1646,12 +1646,12 @@ nflog: # general settings affecting packet capture capture: - # disable NIC offloading. It's restored when Suricata exists. - # Enabled by default + # disable NIC offloading. It's restored when Suricata exits. + # Enabled by default. #disable-offloading: false # # disable checksum validation. Same as setting '-k none' on the - # commandline + # commandline. #checksum-validation: none # Netmap support