ebtables.confd 288 B

123456789101112
  1. # /etc/conf.d/ebtables
  2. # Location in which ebtables initscript will save set rules on
  3. # service shutdown
  4. EBTABLES_SAVE="/var/lib/ebtables/rules-save"
  5. # Options to pass to ebtables-save and ebtables-restore
  6. SAVE_RESTORE_OPTIONS=""
  7. # Save state on stopping ebtables
  8. SAVE_ON_STOP="yes"