summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_time.man
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2007-01-10 14:53:55 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2007-01-10 14:53:55 +0000
commit48cb3ae49e9466bf78b6b32a067a4545ff39ab91 (patch)
tree06295bca2568729fb219dc9c0e57251e89f4399c /extensions/libipt_time.man
parentf58b855bbca6c0435d9b6971a00d5d2aaa7a2452 (diff)
Remove extensions for unmaintained/obsolete patchlets
Diffstat (limited to 'extensions/libipt_time.man')
-rw-r--r--extensions/libipt_time.man16
1 files changed, 0 insertions, 16 deletions
diff --git a/extensions/libipt_time.man b/extensions/libipt_time.man
deleted file mode 100644
index 94b4053..0000000
--- a/extensions/libipt_time.man
+++ /dev/null
@@ -1,16 +0,0 @@
-This matches if the packet arrival time/date is within a given range. All options are facultative.
-.TP
-.BI " --timestart " "value"
-Match only if it is after `value' (Inclusive, format: HH:MM ; default 00:00).
-.TP
-.BI "--timestop " "value"
-Match only if it is before `value' (Inclusive, format: HH:MM ; default 23:59).
-.TP
-.BI "--days " "listofdays"
-Match only if today is one of the given days. (format: Mon,Tue,Wed,Thu,Fri,Sat,Sun ; default everyday)
-.TP
-.BI "--datestart " "date"
-Match only if it is after `date' (Inclusive, format: YYYY[:MM[:DD[:hh[:mm[:ss]]]]] ; h,m,s start from 0 ; default to 1970)
-.TP
-.BI "--datestop " "date"
-Match only if it is before `date' (Inclusive, format: YYYY[:MM[:DD[:hh[:mm[:ss]]]]] ; h,m,s start from 0 ; default to 2037)