Files
i2som-imx-linux/include/linux
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-07-30 18:16:01 -07:00
2012-07-30 18:15:23 -07:00
2012-08-10 15:27:02 -04:00
2012-07-30 17:25:21 -07:00
2012-08-07 10:10:57 +02:00
2012-07-31 18:42:43 -07:00
2012-08-21 01:19:54 -07:00
2012-09-10 15:44:56 -04:00
2012-08-04 01:24:44 +04:00
2012-08-09 16:18:06 -07:00
2012-08-14 14:28:32 -07:00
2012-09-20 16:49:17 -04:00
2012-08-14 14:28:32 -07:00
2012-08-14 14:28:32 -07:00
2012-07-31 08:16:42 -05:00
2012-08-22 10:24:41 -04:00
2012-08-20 13:58:21 +02:00
2012-07-31 18:42:43 -07:00
2012-08-30 13:14:48 -04:00
2012-08-21 20:50:25 +02:00
2012-07-30 17:25:20 -07:00
2012-07-31 08:16:24 -06:00
2012-07-31 18:42:50 -07:00
2012-08-04 12:15:37 +04:00