summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/ebtables-config
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-08-30 21:20:55 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-08-30 21:20:55 +0000
commit8ad9af76c8678b754b2a266b3e939121d18178ce (patch)
tree54b7657a7e9a7897c8fc464738140ea4af571d38 /userspace/ebtables2/ebtables-config
parentbbae1030686de7e7106d42a2f56590d13541b97e (diff)
update initialisation scripts
Diffstat (limited to 'userspace/ebtables2/ebtables-config')
-rw-r--r--userspace/ebtables2/ebtables-config37
1 files changed, 37 insertions, 0 deletions
diff --git a/userspace/ebtables2/ebtables-config b/userspace/ebtables2/ebtables-config
new file mode 100644
index 0000000..0393e63
--- /dev/null
+++ b/userspace/ebtables2/ebtables-config
@@ -0,0 +1,37 @@
+# Save (and possibly restore) in text format.
+# Value: yes|no, default: yes
+# Save the firewall rules in text format to __SYSCONFIG__/ebtables
+# If EBTABLES_BINARY_FORMAT="no" then restoring the firewall rules
+# is done using this text format.
+EBTABLES_TEXT_FORMAT="yes"
+
+# Save (and restore) in binary format.
+# Value: yes|no, default: yes
+# Save (and restore) the firewall rules in binary format to (and from)
+# __SYSCONFIG__/ebtables.<chain>. Enabling this option will make
+# firewall initialisation a lot faster.
+EBTABLES_BINARY_FORMAT="yes"
+
+# Unload modules on restart and stop
+# Value: yes|no, default: yes
+# This option has to be 'yes' to get to a sane state for a firewall
+# restart or stop. Only set to 'no' if there are problems unloading netfilter
+# modules.
+EBTABLES_MODULES_UNLOAD="yes"
+
+# Save current firewall rules on stop.
+# Value: yes|no, default: no
+# Saves all firewall rules if firewall gets stopped
+# (e.g. on system shutdown).
+EBTABLES_SAVE_ON_STOP="no"
+
+# Save current firewall rules on restart.
+# Value: yes|no, default: no
+# Saves all firewall rules if firewall gets restarted.
+EBTABLES_SAVE_ON_RESTART="no"
+
+# Save (and restore) rule counters.
+# Value: yes|no, default: no
+# Save rule counters when saving a kernel table to a file and when
+# populating a table in the kernel.
+EBTABLES_SAVE_COUNTER="no"