]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
suricata: Remove some unused constants
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Sep 2024 09:58:50 +0000 (11:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Sep 2024 08:42:06 +0000 (08:42 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/system/suricata

index 06ad21afa4f6c97b36c27a3baff79efae3a95708..c307e358c26d7248a55f4052bf3cd1a4b5df2756 100644 (file)
@@ -32,22 +32,11 @@ IPS_REPEAT_MASK="0x80000000"
 IPS_BYPASS_MARK="0x40000000"
 IPS_BYPASS_MASK="0x40000000"
 
-# Name of the firewall chains.
-IPS_INPUT_CHAIN="IPS_INPUT"
-IPS_FORWARD_CHAIN="IPS_FORWARD"
-IPS_OUTPUT_CHAIN="IPS_OUTPUT"
-
 # Optional options for the Netfilter queue.
 NFQ_OPTS=(
        "--queue-bypass"
 )
 
-# Array containing the 4 possible network zones.
-network_zones=( red green blue orange ovpn )
-
-# Array to store the network zones weather the IPS is enabled for.
-enabled_ips_zones=()
-
 # PID file of suricata.
 PID_FILE="/var/run/suricata.pid"