diff options
author | Florian Westphal <fwestphal@astaro.com> | 2011-01-09 22:00:31 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2011-01-09 22:00:31 +0100 |
commit | 8ad33a34a34ba2bcd360352ad3b7772916832702 (patch) | |
tree | 8544af1a383997417e3ded10f0fe22e0db0a65fb /extensions/libxt_string.man | |
parent | 63ef52ac6bf8d555779456166009bd2f6b0a1081 (diff) |
libxt_time: fix random --datestart skips
Frank Lichtenheld points out that -m time --datestart ...
sometimes messes up --datestart:
$ iptables -A INPUT -m time --datestart 2010-11-24T16:50:00 -j ACCEPT
$ iptables-save | grep 11
-A INPUT -m time --datestart 2010-11-24T16:50:00 -j ACCEPT
$ iptables-save | iptables-restore
$ iptables-save | grep 11
-A INPUT -m time --datestart 2010-11-24T15:50:00 -j ACCEPT
--datestart moved by one hour.
As the --timestart option does not care about DST, always set
dst=0 when parsing --starttime input.
Reported-by: Frank Lichtenheld <flichtenheld@astaro.com>
Signed-off-by: Florian Westphal <fwestphal@astaro.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions/libxt_string.man')
0 files changed, 0 insertions, 0 deletions