Blame bootstrap_ver/extensions/libxt_IDLETIMER.man

Packit Service dd8e2b
This target can be used to identify when interfaces have been idle for a
Packit Service dd8e2b
certain period of time.  Timers are identified by labels and are created when
Packit Service dd8e2b
a rule is set with a new label.  The rules also take a timeout value (in
Packit Service dd8e2b
seconds) as an option.  If more than one rule uses the same timer label, the
Packit Service dd8e2b
timer will be restarted whenever any of the rules get a hit.  One entry for
Packit Service dd8e2b
each timer is created in sysfs.  This attribute contains the timer remaining
Packit Service dd8e2b
for the timer to expire.  The attributes are located under the xt_idletimer
Packit Service dd8e2b
class:
Packit Service dd8e2b
.PP
Packit Service dd8e2b
/sys/class/xt_idletimer/timers/<label>
Packit Service dd8e2b
.PP
Packit Service dd8e2b
When the timer expires, the target module sends a sysfs notification to the
Packit Service dd8e2b
userspace, which can then decide what to do (eg. disconnect to save power).
Packit Service dd8e2b
.TP
Packit Service dd8e2b
\fB\-\-timeout\fP \fIamount\fP
Packit Service dd8e2b
This is the time in seconds that will trigger the notification.
Packit Service dd8e2b
.TP
Packit Service dd8e2b
\fB\-\-label\fP \fIstring\fP
Packit Service dd8e2b
This is a unique identifier for the timer.  The maximum length for the
Packit Service dd8e2b
label string is 27 characters.