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