[LEDE-DEV] [PATCH 2/2] helpers.conf: support also tcp in the CT sip helper

Pierre Lebleu pme.lebleu at gmail.com
Mon May 7 07:17:17 PDT 2018


Signed-off-by: Pierre Lebleu <pme.lebleu at gmail.com>
---
 helpers.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers.conf b/helpers.conf
index 5591a8f..b8ae857 100644
--- a/helpers.conf
+++ b/helpers.conf
@@ -67,7 +67,7 @@ config helper
 	option description 'SIP VoIP connection tracking'
 	option module 'nf_conntrack_sip'
 	option family 'any'
-	option proto 'udp'
+	option proto 'tcpudp'
 	option port '5060'
 
 config helper
-- 
1.9.1




More information about the Lede-dev mailing list