Blame SPECS/ebtables-config

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