]> git.ipfire.org Git - people/stevee/network.git/blobdiff - functions.constants
Move config functions into seperate file.
[people/stevee/network.git] / functions.constants
index 2c550b9fec3f3c424ddb6867c56b78cd0a17a3d3..b2ff868d19233cd356790b174708d5cab77dfcef 100644 (file)
@@ -90,4 +90,10 @@ PORT_PATTERN_WIRELESS="wN"
 # in which the iptables ruleset will be generated.
 IPTABLES_TMPDIR=
 
+FIREWALL_CONFIG_DIR="/etc/firewall"
+FIREWALL_CONFIG_FILE="${FIREWALL_CONFIG_DIR}/settings"
+FIREWALL_CONFIG_PORTFW="${FIREWALL_CONFIG_DIR}/portfw"
+
+FIREWALL_CONFIG_PARAMS=""
+
 FIREWALL_LOG_FACILITY="syslog"