Florian Westphal
54eb3df3a7
netfilter: xt_time: add support to ignore day transition
...
Currently, if you want to do something like:
"match Monday, starting 23:00, for two hours"
You need two rules, one for Mon 23:00 to 0:00 and one for Tue 0:00-1:00.
The rule: --weekdays Mo --timestart 23:00 --timestop 01:00
looks correct, but it will first match on monday from midnight to 1 a.m.
and then again for another hour from 23:00 onwards.
This permits userspace to explicitly ignore the day transition and
match for a single, continuous time period instead.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2012-09-24 14:29:01 +02:00
..
2012-09-22 22:44:34 +02:00
2012-09-13 14:24:31 -04:00
2012-09-03 13:52:54 +02:00
2012-09-21 12:12:05 +02:00
2012-09-21 12:12:05 +02:00
2012-04-20 21:22:30 -04:00
2012-08-30 03:00:21 +02:00
2011-01-18 18:12:24 +01:00
2012-09-21 11:35:18 +02:00
2012-09-10 15:30:41 -04:00
2012-08-16 11:49:53 +02:00
2012-06-16 15:08:49 +02:00
2012-08-30 03:00:20 +02:00
2011-04-04 15:21:02 +02:00
2012-08-30 03:00:13 +02:00
2008-01-31 19:28:07 -08:00
2012-06-19 01:24:52 +02:00
2012-08-30 03:00:23 +02:00
2008-04-14 11:15:52 +02:00
2011-01-18 18:12:24 +01:00
2012-09-13 14:24:31 -04:00
2012-08-30 03:00:13 +02:00
2012-06-27 19:14:31 +02:00
2012-07-04 19:37:22 +02:00
2012-06-27 18:31:14 +02:00
2012-06-27 19:13:31 +02:00
2012-09-15 11:43:53 -04:00
2012-07-04 19:37:22 +02:00
2012-06-27 19:12:52 +02:00
2012-08-20 12:46:29 +02:00
2012-06-16 15:08:55 +02:00
2012-08-30 03:00:22 +02:00
2011-01-18 18:12:24 +01:00
2012-04-20 21:22:30 -04:00
2012-08-30 03:00:24 +02:00
2012-03-07 17:41:25 +01:00
2012-04-20 21:22:30 -04:00
2012-09-03 13:52:54 +02:00
2012-04-20 21:22:30 -04:00
2012-08-30 03:00:21 +02:00
2012-09-21 12:09:25 +02:00
2012-08-30 03:00:20 +02:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:23 +02:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:14 +02:00
2012-08-30 03:00:14 +02:00
2012-09-03 15:34:51 +02:00
2012-08-30 03:00:24 +02:00
2012-09-03 13:52:54 +02:00
2009-09-30 16:12:20 -07:00
2011-02-17 11:32:38 +01:00
2012-09-10 15:30:41 -04:00
2012-09-10 15:30:41 -04:00
2012-09-10 15:30:41 -04:00
2012-09-15 11:43:53 -04:00
2012-09-13 14:24:31 -04:00
2012-06-23 02:13:38 +02:00
2012-09-08 18:46:30 -04:00
2011-10-31 19:30:28 -04:00
2011-12-16 15:49:52 -05:00
2011-12-03 09:35:10 -08:00
2010-07-15 17:20:46 +02:00
2010-11-15 13:57:56 +01:00
2010-06-08 16:09:52 +02:00
2010-05-11 18:33:37 +02:00
2011-12-25 02:21:45 -05:00
2012-06-07 14:58:39 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:31:17 +02:00
2011-05-10 12:13:36 +02:00
2011-01-18 06:33:54 +01:00
2012-09-03 13:32:48 +02:00
2010-05-11 18:35:27 +02:00
2011-02-03 00:05:43 +01:00
2010-05-11 18:33:37 +02:00
2011-05-10 10:00:21 +02:00
2011-12-27 20:45:25 +01:00
2010-05-11 18:35:27 +02:00
2012-05-17 00:56:31 +02:00
2010-05-11 18:33:37 +02:00
2011-07-01 16:11:15 -07:00
2011-07-01 16:11:15 -07:00
2012-06-07 14:53:01 +02:00
2011-11-01 09:19:49 +01:00
2011-02-04 14:28:58 -08:00
2011-01-13 10:30:27 +09:00
2011-01-18 06:33:54 +01:00
2010-05-11 18:33:37 +02:00
2012-05-09 12:54:06 +02:00
2012-09-15 11:43:53 -04:00
2012-05-09 20:49:18 -04:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:35:27 +02:00
2012-08-30 03:00:17 +02:00
2012-09-21 12:11:08 +02:00
2011-12-25 02:43:17 +01:00
2010-05-11 18:31:17 +02:00
2012-08-20 12:45:57 +02:00
2012-08-20 12:45:57 +02:00
2012-08-14 21:55:30 -07:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:33:37 +02:00
2011-10-31 19:30:28 -04:00
2011-07-29 16:24:46 +02:00
2011-07-20 14:10:19 -07:00
2010-05-11 18:33:37 +02:00
2012-08-14 21:55:29 -07:00
2012-09-21 12:12:05 +02:00
2010-02-10 17:50:47 +01:00
2010-06-09 14:47:40 +02:00
2010-10-21 10:12:48 +11:00
2012-09-22 22:44:34 +02:00
2012-09-03 13:31:39 +02:00
2010-06-08 16:09:52 +02:00
2011-10-31 19:30:28 -04:00
2010-05-11 18:33:37 +02:00
2010-05-11 18:35:27 +02:00
2012-05-15 13:45:03 -04:00
2011-12-16 15:49:52 -05:00
2010-05-11 18:35:27 +02:00
2012-05-14 14:15:31 -07:00
2012-09-24 14:29:01 +02:00
2012-07-10 23:13:45 -07:00
2010-05-11 18:31:17 +02:00
2010-05-11 18:33:37 +02:00