aboutsummaryrefslogtreecommitdiffstats
path: root/main/iptables/ebtables.confd
blob: db46ffb5879349081ff5210880927363e28bcabb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"