]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
suricata: Don't load /var/ipfire/ethernet/settings
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 10 Sep 2024 08:42:11 +0000 (10:42 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Sep 2024 08:42:54 +0000 (08:42 +0000)
We no longer need this directly as it is being pulled in from the
network functions.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/system/suricata

index 73b4fb5239fd41efe367471b39e0ffb6a8a39c25..0447b7e8cebdf6e9a040a6d14564f1fd94eebf93 100644 (file)
@@ -24,7 +24,6 @@
 . /etc/init.d/networking/functions.network
 
 eval $(/usr/local/bin/readhash /var/ipfire/suricata/settings)
-eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
 
 IPS_REPEAT_MARK="0x80000000"
 IPS_REPEAT_MASK="0x80000000"