diff mbox series

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

Message ID 1525702637-13218-2-git-send-email-pme.lebleu@gmail.com
State Accepted
Delegated to: John Crispin
Headers show
Series [LEDE-DEV,1/2] helpers: make the proto field as a list rather than one option | expand

Commit Message

Pierre Lebleu May 7, 2018, 2:17 p.m. UTC
Signed-off-by: Pierre Lebleu <pme.lebleu@gmail.com>
---
 helpers.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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