X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id F2064DC09C9 for ; Mon, 20 Aug 2012 09:33:18 +0000 (UTC) Received: by eeke52 with SMTP id e52so1780119eek.13 for ; Mon, 20 Aug 2012 02:33:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:content-type:x-mailer :mime-version; bh=2DT7keDpngxr8OTds5193eRloLKfikerTuA3NR31SLM=; b=U6hflPAet0jbmrHDqneHBvQpvYBNOOosdCHNfs1hvT2Jh7kz9UkWiz4X16ypUn9ari lPF+QLQ1W7b0p6PGJytGVL9iNUXtpuNfx8rpKZ8okjtn0HqV3UK4QKXrr2zOspL91sv+ 71Qwh8KIpHVS0yCi2EKJmpNq928W9ruJSlhpiMMfda+yE27/gxkq8FttP1NGDLGpJIHK 6kK8S5PusnYvK/VnSgSCf7HTdbqo4ddiM14A+OF8OvXf3xLVb/pzyeDi94EdJbd5YXbJ i/wm8GKBfhjx9lrgEFvaI14E1I2uXkHdqCJ22+EFBJVMKbehwyRl0OAefxVBLYyaURsV zRaA== Received: by 10.14.204.200 with SMTP id h48mr8002605eeo.7.1345455197517; Mon, 20 Aug 2012 02:33:17 -0700 (PDT) Received: from [10.44.65.254] (93-57-120-162.ip164.fastwebnet.it. [93.57.120.162]) by mx.google.com with ESMTPS id z6sm40226179eeo.6.2012.08.20.02.33.15 (version=SSLv3 cipher=OTHER); Mon, 20 Aug 2012 02:33:16 -0700 (PDT) Message-ID: <1345455188.10094.78.camel@df1844j> Subject: [alpine-devel] [PATCH] awall/json: define needed ICMPs diagnostic services From: Leonardo To: kaarle.ritvanen@datakunkku.fi Cc: alpine-devel@lists.alpinelinux.org Date: Mon, 20 Aug 2012 11:33:08 +0200 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-Yi91wlMEcZYngZigg6f9" X-Mailer: Evolution 3.2.3-0ubuntu6 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-Yi91wlMEcZYngZigg6f9 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable This patch does not look like is has been applied yet. Is there any problem= with it? Thanks! --- json/services.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/json/services.json b/json/services.json index 18323e5..98dc7c9 100644 --- a/json/services.json +++ b/json/services.json @@ -2,6 +2,7 @@ "service": { "babel": { "proto": "tcp", "port": 6697 }, "bgp": { "proto": "tcp", "port": 179 }, + "dest-unreach": { "proto": "icmp", "type": 3 }, "dns": [ { "proto": "udp", "port": 53 }, { "proto": "tcp", "port": 53 } @@ -41,6 +42,7 @@ { "proto": "udp", "port": 139 } ], "ntp": { "proto": "udp", "port": 123 }, + "param-prob": { "proto": "icmp", "type": 12 }, "pgsql": { "proto": "tcp", "port": 5432 }, "ping": [ { "proto": "icmp", "type": 8 }, @@ -57,6 +59,7 @@ "smtp": { "proto": "tcp", "port": 25 }, "snmp": { "proto": "udp", "port": 161 }, "ssh": { "proto": "tcp", "port": 22 }, - "syslog": { "proto": "udp", "port": 514 } + "syslog": { "proto": "udp", "port": 514 }, + "time-ex": { "proto": "icmp", "type": 11 } } } --=20 1.7.11.1 --=-Yi91wlMEcZYngZigg6f9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJQMgRUAAoJELAPckZGG2T6kUYH/RWcVWLgRXYl4+Lp+O4yh8MR Ie9wX/WEyDogI+mAZRgfMlL1O89/YdpuohEieOp3qlZC3l/xCfrW367VAMfmrVq3 xVt5lS9qn1WPCl6ZVk6WsNhe8BL5SapFBhBesLQaaKLrLqhWUaiyvBO6gB2Jr/R/ 0FIUVroN+FNK9kokdUg49UGlW35BP4vRDd0e/uMYTd0IPPPsBcj+/qw+4eXMhF0a 6LzbryrolnK/APlYpEoNkhVe4F4YF3fvL9IoQFnG46fjMMLtJcl7rSUOU4ms2V/w phFC0L3bLdazwn1jbUcN4hWHdP9RaYSeZf9+TXup+wQWrwC1RSTzTfFq9zAXY9Y= =pzFt -----END PGP SIGNATURE----- --=-Yi91wlMEcZYngZigg6f9-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---