comparison ChangeLog @ 27:28fec0c67646

make add/remove commands configureable
author carl
date Sun, 12 Feb 2006 10:54:03 -0800
parents 00bd0b0ef015
children 601bc0e075e1
comparison
equal deleted inserted replaced
26:00bd0b0ef015 27:28fec0c67646
1 $Id$ 1 $Id$
2
3 1.3 2006-02-12
4 Add configuration for iptables add/remove commands.
5 Preserve case in config file. Some patterns may need this, and
6 the add/remove commands generally need this.
7 Add flush option for startup script to flush the INPUT chain.
8 The restart/reload options also flush the input chain.
2 9
3 1.2 2006-02-01 10 1.2 2006-02-01
4 Don't flush the table to remove entries, use -D option to iptables. 11 Don't flush the table to remove entries, use -D option to iptables.
5 Reduce sleep time from 10 to 2 seconds between read cycles. 12 Reduce sleep time from 10 to 2 seconds between read cycles.
6 13