~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

[alpine-devel] [PATCH] awall/json: add definition for discard service

Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<1426147511.26397.65.camel@df1844j>
Sender timestamp
1426147511
DKIM signature
missing
Download raw message
Patch: +4 -0
---
 json/services.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/json/services.json b/json/services.json
index 0920ba2..7ec1c99 100644
--- a/json/services.json
+++ b/json/services.json
@@ -8,6 +8,10 @@
    "bacula-sd": { "proto": "tcp", "port": 9103 }, 
    "bgp": { "proto": "tcp", "port": 179 },
    "dhcp": { "proto": "udp", "port": [ 67, 68 ] },
    "discard": [
      { "proto": "udp", "port": 9 },
      { "proto": "tcp", "port": 9 }
    ],
    "dns": [
      { "proto": "udp", "port": 53 },
      { "proto": "tcp", "port": 53 }
-- 
2.3.2
Reply to thread Export thread (mbox)