Blame SOURCES/ebtables-config

05e71a
# Save current firewall rules on stop.
05e71a
#   Value: yes|no,  default: no
05e71a
# Saves all firewall rules if firewall gets stopped
05e71a
# (e.g. on system shutdown).
05e71a
EBTABLES_SAVE_ON_STOP="no"
05e71a
05e71a
# Save (and restore) rule counters.
05e71a
#   Value: yes|no,  default: no
05e71a
# Save rule counters when saving a kernel table to a file. If the
05e71a
# rule counters were saved, they will be restored when restoring the table.
05e71a
EBTABLES_SAVE_COUNTER="no"