Displaying 7 results from an estimated 7 matches for "datestart".
2010 Oct 28
1
adding copies of rows toa data frame based upon start and end dates
Hello All and thanks in advance for any advice.
I have a data frame with rows corresponding radio-collared animals (see
sample data below). There is a start date (DATESTART), and end date
(DATEEND), and the number of days on air (DAYSONAIR). What I would like to
do is add a column called DATE to so that each row ID has a row for every
day that the radio collar was on the air while copying all other data. For
example ID 1001 would expand into 48 rows beginning with 4...
2014 Feb 11
1
[Bug 903] New: Second rule is not getting executed when we give different timeouts for the same ip address.
...Estimated Hours: 0.0
Hi ,
I got following issue in my project.. I have added the iptables timeout support
in my project.
But having following issue.
Description : Steps To Reproduce:
1.try following command to block a client form 13 to 16
iptables -A INPUT -s 10.0.6.191 -m time --kerneltz --datestart 2014-2-11T13
--datestop 2014-2-11T16 -j DROP
2.Try the following command to accept the same client from 13.30 to 14
iptables -A INPUT -s 10.0.6.191 -m time --kerneltz --datestart 2014-2-11T13:30
--datestop 2014-2-11T14 -j ACCEPT
Actual Result:
First rule only got executed. (i.e) the client ip is bl...
2013 May 23
11
[Bug 824] New: --utc option is not working in iptables version 1.4.7/8
...or
Priority: P5
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: pradiptart at gmail.com
Estimated Hours: 0.0
Hi,
I am using iptables v1.4.7/8.
I used the following command
iptables -A INPUT -s 10.0.4.247 -m time --utc --datestart 2013-5-23T7
--datestop 2013-5-23T10:30 -j DROP
my utc time
#date -u
Thu May 23 10:25:48 UTC 2013
#iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
DROP all -- 10.0.4.247 anywhere TIME starting from
2013-05-23 07:00:00 until date 2...
2006 Apr 26
0
trying to get time control working
Hi
I am currently trying to get time control working but come up with an
error..
/sbin/iptables -t mangle -A ms-chain-eth0-1:11 -m time --datestart
2006:01:26:17:00:00 --datestop 2006:12:26:18:00:00 -j CLASSIFY --set-class
1:111
iptables: Unknown error 4294967295
iptables -m tos -help
displays the help for it
I am using Debian with kernel 2.6.15-2, iproute2-2.6.16-060323, iptables
1.3.5, patch-o-matic-ng-20060330.
Any help would be most...
2006 Apr 26
0
trying to get time working - had error in first email
Hi
I am currently trying to get time control working but come up with an
error..
/sbin/iptables -t mangle -A ms-chain-eth0-1:11 -m time --datestart
2006:01:26:17:00:00 --datestop 2006:12:26:18:00:00 -j CLASSIFY --set-class
1:111
iptables: Unknown error 4294967295
iptables -m time -help
displays the help for it
I am using Debian with kernel 2.6.15-2, iproute2-2.6.16-060323, iptables
1.3.5, patch-o-matic-ng-20060330.
Any help would be most...
2006 Apr 27
1
Unsubscribe
...t; Message-ID: <003d01c6695a$9220e400$043bdcc1@ACCSSWILLIAM>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi
>
> I am currently trying to get time control working but come up with an
> error..
>
> /sbin/iptables -t mangle -A ms-chain-eth0-1:11 -m time --datestart
> 2006:01:26:17:00:00 --datestop 2006:12:26:18:00:00 -j CLASSIFY --set-class
> 1:111
>
> iptables: Unknown error 4294967295
>
> iptables -m tos -help
>
> displays the help for it
>
>
> I am using Debian with kernel 2.6.15-2, iproute2-2.6.16-060323, iptables
> 1.3...
2004 Jun 16
0
[ANNOUNCE] Release of iptables-1.2.10
...mplain about missing 'COMMIT'
[ Martin Josefsson ]
- ip(6)tables-restore: Allow embedding of quote character in quoted strings
[ Michael Rash ]
=09
- libipq: Protect against spoofed queue messages (check if sender is kernel)
[ Harald Welte ]
Changes from 1.2.9:
- time match: add 'datestart' and 'datestop' parameters
[ Fabrice Marie ]
- modular manpage build, depending on actually compiled-in features
[ Henrik Nordstrom ]
- additional documentation in manpage snippets formerly missing
[ Harald Welte ]
- support new CLUSTERIP Target
[ Harald Welte ]
- support new ac...