All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH conntrackd] cthelper: fix overlapping queue numbers in example file
@ 2021-05-28 12:37 Pablo Neira Ayuso
  0 siblings, 0 replies; only message in thread
From: Pablo Neira Ayuso @ 2021-05-28 12:37 UTC (permalink / raw)
  To: netfilter-devel

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-28 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 12:37 [PATCH conntrackd] cthelper: fix overlapping queue numbers in example file Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.