192 |
- |
1 |
# Save current firewall rules on stop.
|
|
|
2 |
# Value: yes|no, default: no
|
|
|
3 |
# Saves all firewall rules if firewall gets stopped
|
|
|
4 |
# (e.g. on system shutdown).
|
|
|
5 |
EBTABLES_SAVE_ON_STOP="no"
|
|
|
6 |
|
|
|
7 |
# Save (and restore) rule counters.
|
|
|
8 |
# Value: yes|no, default: no
|
|
|
9 |
# Save rule counters when saving a kernel table to a file. If the
|
|
|
10 |
# rule counters were saved, they will be restored when restoring the table.
|
|
|
11 |
EBTABLES_SAVE_COUNTER="no"
|