Blame SPECS/ebtables-config

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