diff options
Diffstat (limited to 'net-firewall/ebtables/files/ebtables.confd')
-rw-r--r-- | net-firewall/ebtables/files/ebtables.confd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-firewall/ebtables/files/ebtables.confd b/net-firewall/ebtables/files/ebtables.confd index 645b26edae99..db46ffb58793 100644 --- a/net-firewall/ebtables/files/ebtables.confd +++ b/net-firewall/ebtables/files/ebtables.confd @@ -9,3 +9,7 @@ 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" |