]> git.ipfire.org Git - people/stevee/network.git/blobdiff - functions.constants
vlan: Rewrite VLAN stuff.
[people/stevee/network.git] / functions.constants
index fb847000eda0d79c89d0a3c58913421575c8ddce..0165fc729186a333016fff5d380e91b0c487260f 100644 (file)
@@ -43,6 +43,10 @@ ROUTING_DB_DIR=${RUN_DIR}/routing
 
 DB_CONNECTION_FILE="${LOG_DIR}/connections.db"
 
+# (Static) route settings.
+NETWORK_CONFIG_ROUTES="${NETWORK_CONFIG_DIR}/routes"
+NETWORK_CONFIG_ROUTES_PARAMS="network gateway unreachable prohibit blackhole"
+
 # Proper error codes
 EXIT_OK=0
 EXIT_ERROR=1
@@ -85,20 +89,3 @@ DEVICE_PRINT_LINE1="    %-24s %s\n"
 PORT_PATTERN="pN"
 PORT_PATTERN_ACCESSPOINT="apN"
 PORT_PATTERN_WIRELESS="wN"
-
-# This variable is used to point to a directory
-# in which the iptables ruleset will be generated.
-IPTABLES_TMPDIR=
-
-FIREWALL_CONFIG_DIR="/etc/firewall"
-FIREWALL_ZONES_DIR="${FIREWALL_CONFIG_DIR}/zones"
-FIREWALL_CONFIG_FILE="${FIREWALL_CONFIG_DIR}/config"
-FIREWALL_CONFIG_RULES="${FIREWALL_CONFIG_DIR}/rules"
-
-FIREWALL_MACROS_DIRS="${FIREWALL_CONFIG_DIR}/macros /usr/share/firewall/macros"
-
-FIREWALL_CONFIG_PARAMS="FIREWALL_LOG_METHOD FIREWALL_NFLOG_THRESHOLD FIREWALL_CLAMP_PATH_MTU"
-
-FIREWALL_LOG_METHOD="nflog"
-FIREWALL_NFLOG_THRESHOLD=30
-FIREWALL_CLAMP_PATH_MTU="false"