summaryrefslogtreecommitdiff
blob: 645b26edae99d52d1842afd3658f3d757c71afa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# /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"