~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] json: define SIP-TLS service, and proto TCP for SIP

Details
Message ID
<1342604883.4062.21.camel@df1844j>
Sender timestamp
1342604883
DKIM signature
missing
Download raw message
Patch: +8 -1
---
 json/services.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/json/services.json b/json/services.json
index ab098e5..2ee5436 100644
--- a/json/services.json
+++ b/json/services.json
@@ -22,7 +22,14 @@
      { "proto": "icmp", "type": 8 },
      { "proto": "icmpv6", "type": 128 }
    ],
    "sip": { "proto": "udp", "port": 5060 },
    "sip": [
    	{ "proto": "udp", "port": 5060 },
    	{ "proto": "tcp", "port": 5060 }
    ],
    "sip-tls": [
      { "proto": "udp", "port": 5061 },
      { "proto": "tcp", "port": 5061 }
    ],
    "smtp": { "proto": "tcp", "port": 25 },
    "snmp": { "proto": "udp", "port": 161 },
    "ssh": { "proto": "tcp", "port": 22 }
-- 
1.7.11.1

[alpine-devel] Re: [PATCH] json: define SIP-TLS service, and proto TCP for SIP

Details
Message ID
<alpine.LFD.2.02.1207191052010.13600@kunkku.net>
In-Reply-To
<1342604883.4062.21.camel@df1844j> (view parent)
Sender timestamp
1342684365
DKIM signature
missing
Download raw message
Applied.

BR,
Kaarle


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)