]> git.ipfire.org Git - ipfire-2.x.git/commit
suricata.yaml: Fix bug13646 - Adjust the include syntax to use array format
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 10 Dec 2024 13:23:55 +0000 (14:23 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 18 Dec 2024 07:20:48 +0000 (08:20 +0100)
commitb0fd6b1fd53dcbe6fb7b539555969b891609d197
tree5e2509278f685178819bec06d08b8e6e025a3fd4
parent87c37fa5bc94dd5bb9655bdf3359eb8d482874e9
suricata.yaml: Fix bug13646 - Adjust the include syntax to use array format

- Suricata-8.x will only accept include statements in array format and not in multiple
   single lines. Suricata-7.x still accepts the multiple single lines but flags up that
   the format is deprecated and will be removed in suricata-8.x
- This patch adjusts the address-groups include into the array format.
- This change has been tested out on my vm and the IPS started up and from the logs you
   can see that all the include files were taken on board and the derprecation message
   is no longer shown.
- This change can be implemented with Suricata-7.x and will make sure that IPFire has
   the include syntax that Suricata-8.x will require.

Fixes: Bug13646
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/suricata/suricata.yaml