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