summaryrefslogtreecommitdiffstats
path: root/doc/helper/conntrackd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/helper/conntrackd.conf')
-rw-r--r--doc/helper/conntrackd.conf22
1 files changed, 16 insertions, 6 deletions
diff --git a/doc/helper/conntrackd.conf b/doc/helper/conntrackd.conf
index 6ffe008..efa318a 100644
--- a/doc/helper/conntrackd.conf
+++ b/doc/helper/conntrackd.conf
@@ -3,11 +3,21 @@
#
Helper {
- # Before this, you have to make sure you have registered the `ftp'
- # user-space helper stub via:
+ #
+ # Set up the userspace helpers when the daemon is started. If unset,
+ # you have manually set up the user-space helper stub, e.g.
#
# nfct add helper ftp inet tcp
#
+ # This new setting simplifies new deployment, so it is recommended to
+ # turn it on. On existing deployments, make sure to remove the nfct
+ # command invocation since it is not required anymore.
+ #
+ # Default: no (for backward compatibility reasons)
+ # Recommended: yes
+ #
+ Setup yes
+
Type ftp inet tcp {
#
# Set NFQUEUE number you want to use to receive traffic from
@@ -73,7 +83,7 @@ Helper {
}
}
Type mdns inet udp {
- QueueNum 6
+ QueueNum 5
QueueLen 10240
Policy mdns {
ExpectMax 8
@@ -81,7 +91,7 @@ Helper {
}
}
Type ssdp inet udp {
- QueueNum 5
+ QueueNum 6
QueueLen 10240
Policy ssdp {
ExpectMax 8
@@ -89,7 +99,7 @@ Helper {
}
}
Type ssdp inet tcp {
- QueueNum 5
+ QueueNum 7
QueueLen 10240
Policy ssdp {
ExpectMax 8
@@ -97,7 +107,7 @@ Helper {
}
}
Type slp inet udp {
- QueueNum 7
+ QueueNum 8
QueueLen 10240
Policy slp {
ExpectMax 8