~alpine/devel

awall/json: define SNMP trap service v1 PROPOSED

Leonardo: 1
 awall/json: define SNMP trap service

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/9/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] awall/json: define SNMP trap service Export this patch

---
 json/services.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/json/services.json b/json/services.json
index 2fb9664..ae1bba0 100644
--- a/json/services.json
+++ b/json/services.json
@@ -59,6 +59,7 @@
    ],
    "smtp": { "proto": "tcp", "port": 25 },
    "snmp": { "proto": "udp", "port": 161 },
    "snmp-trap": { "proto": "udp", "port": 162 },
    "ssh": { "proto": "tcp", "port": 22 },
    "syslog": { "proto": "udp", "port": 514 },
    "time-ex": { "proto": "icmp", "type": 11 }
-- 
1.7.11.4