summaryrefslogtreecommitdiffstats
path: root/nfct.8
diff options
context:
space:
mode:
authorMart Frauenlob <mart.frauenlob@chello.at>2016-04-08 08:18:44 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-04-08 12:28:03 +0200
commit099b230b86413051adc5b99effd141cf66e0ef09 (patch)
treecf7309b467219994f90ac99a2cbc24f4e8bf97d0 /nfct.8
parente8d5400b1400cd4ba08f6606f7534c1526805e70 (diff)
nfct: man: add missing comands
The missing commands: flush, disable, default-set and default-get were added to the manpage. The description of the subsystem has been corrected. Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'nfct.8')
-rw-r--r--nfct.816
1 files changed, 15 insertions, 1 deletions
diff --git a/nfct.8 b/nfct.8
index 336d9cd..c38bdbe 100644
--- a/nfct.8
+++ b/nfct.8
@@ -23,9 +23,23 @@ Delete an object.
.TP
.BI "get "
Get an existing object.
+.TP
+.BI "flush "
+Flush the accounting object table.
+.TP
+.BI "disable "
+This command is for the helper subsystem. It allows you to disable enqueueing packets to userspace for helper inspection.
+.TP
+.BI "default-set "
+This command is for the timeout subsystem. It allows you to set default protocol timeouts.
+.TP
+.BI "default-get "
+This command is for the timeout subsystem. It allows you to get the default protocol timeouts.
.SH SUBSYS
-By the time this manpage has been written, the supported subsystem are
+By the time this manpage has been written, the supported subsystems are
.B timeout
+and
+.B helper.
.TP
.BI "timeout "
The timeout subsystem allows you to define fine-grain timeout policies.