netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Subject: [PATCH conntrackd] cthelper: fix overlapping queue numbers in example file
Date: Fri, 28 May 2021 14:37:03 +0200	[thread overview]
Message-ID: <20210528123703.147023-1-pablo@netfilter.org> (raw)

Userspace helpers cannot have overlapping queue number, update the
example file to fix the existing overlap.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
 doc/helper/conntrackd.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/helper/conntrackd.conf b/doc/helper/conntrackd.conf
index cbcb284aa92d..efa318a36b2d 100644
--- a/doc/helper/conntrackd.conf
+++ b/doc/helper/conntrackd.conf
@@ -83,7 +83,7 @@ Helper {
 		}
 	}
 	Type mdns inet udp {
-		QueueNum 6
+		QueueNum 5
 		QueueLen 10240
 		Policy mdns {
 			ExpectMax 8
@@ -91,7 +91,7 @@ Helper {
 		}
 	}
 	Type ssdp inet udp {
-		QueueNum 5
+		QueueNum 6
 		QueueLen 10240
 		Policy ssdp {
 			ExpectMax 8
@@ -99,7 +99,7 @@ Helper {
 		}
 	}
 	Type ssdp inet tcp {
-		QueueNum 5
+		QueueNum 7
 		QueueLen 10240
 		Policy ssdp {
 			ExpectMax 8
@@ -107,7 +107,7 @@ Helper {
 		}
 	}
 	Type slp inet udp {
-		QueueNum 7
+		QueueNum 8
 		QueueLen 10240
 		Policy slp {
 			ExpectMax 8
-- 
2.30.2


                 reply	other threads:[~2021-05-28 12:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210528123703.147023-1-pablo@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).