From 13d077fdf2093a2e468b5cda1e9e44fa99ee03cc Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 24 Aug 2018 10:28:42 +0200 Subject: [PATCH] suricata.yaml: Fix include statement for homenet file Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index c7c1e40d7f..de69a412a1 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -13,7 +13,7 @@ vars: # more specifc is better for alert accuracy and performance address-groups: # Include HOME_NET declaration from external file. - include /var/ipfire/suricata/suricata-homenet.yaml + include: /var/ipfire/suricata/suricata-homenet.yaml EXTERNAL_NET: "!$HOME_NET" #EXTERNAL_NET: "any" -- 2.39.2