summaryrefslogtreecommitdiffstats
path: root/testing/ebtables/ebtables.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ebtables/ebtables.confd')
-rw-r--r--testing/ebtables/ebtables.confd15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/ebtables/ebtables.confd b/testing/ebtables/ebtables.confd
new file mode 100644
index 00000000..db46ffb5
--- /dev/null
+++ b/testing/ebtables/ebtables.confd
@@ -0,0 +1,15 @@
+# /etc/conf.d/ebtables
+
+# Location in which ebtables initscript will save set rules on
+# service shutdown
+EBTABLES_SAVE="/var/lib/ebtables/rules-save"
+
+# Options to pass to ebtables-save and ebtables-restore
+SAVE_RESTORE_OPTIONS=""
+
+# Save state on stopping ebtables
+SAVE_ON_STOP="yes"
+
+# Tables to be saved and restored. If you have built ebtables as modules, you
+# may leave it blank. Otherwise, you MUST define which to control.
+TABLE_NAMES="filter nat broute"