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