Bart De Schuymer | 50441e9 | 2005-08-30 21:20:55 +0000 | [diff] [blame] | 1 | # Save (and possibly restore) in text format. |
| 2 | # Value: yes|no, default: yes |
| 3 | # Save the firewall rules in text format to __SYSCONFIG__/ebtables |
| 4 | # If EBTABLES_BINARY_FORMAT="no" then restoring the firewall rules |
| 5 | # is done using this text format. |
| 6 | EBTABLES_TEXT_FORMAT="yes" |
| 7 | |
| 8 | # Save (and restore) in binary format. |
| 9 | # Value: yes|no, default: yes |
| 10 | # Save (and restore) the firewall rules in binary format to (and from) |
| 11 | # __SYSCONFIG__/ebtables.<chain>. Enabling this option will make |
| 12 | # firewall initialisation a lot faster. |
| 13 | EBTABLES_BINARY_FORMAT="yes" |
| 14 | |
| 15 | # Unload modules on restart and stop |
| 16 | # Value: yes|no, default: yes |
| 17 | # This option has to be 'yes' to get to a sane state for a firewall |
| 18 | # restart or stop. Only set to 'no' if there are problems unloading netfilter |
| 19 | # modules. |
| 20 | EBTABLES_MODULES_UNLOAD="yes" |
| 21 | |
| 22 | # Save current firewall rules on stop. |
| 23 | # Value: yes|no, default: no |
| 24 | # Saves all firewall rules if firewall gets stopped |
| 25 | # (e.g. on system shutdown). |
| 26 | EBTABLES_SAVE_ON_STOP="no" |
| 27 | |
| 28 | # Save current firewall rules on restart. |
| 29 | # Value: yes|no, default: no |
| 30 | # Saves all firewall rules if firewall gets restarted. |
| 31 | EBTABLES_SAVE_ON_RESTART="no" |
| 32 | |
| 33 | # Save (and restore) rule counters. |
| 34 | # Value: yes|no, default: no |
Bart De Schuymer | d5d1b05 | 2005-09-29 19:52:40 +0000 | [diff] [blame] | 35 | # Save rule counters when saving a kernel table to a file. If the |
| 36 | # rule counters were saved, they will be restored when restoring the table. |
Bart De Schuymer | 50441e9 | 2005-08-30 21:20:55 +0000 | [diff] [blame] | 37 | EBTABLES_SAVE_COUNTER="no" |