X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C0E03DC139F for ; Mon, 30 Jul 2012 13:52:40 +0000 (UTC) Received: by bkcje9 with SMTP id je9so2790092bkc.13 for ; Mon, 30 Jul 2012 06:52:38 -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=odzcBjc8xmM4YVcO4x6iY5DEemlPqMCgGyS6+ngjaqc=; b=FIlt2LcN/6IiCdZF8U8WlEN4dIl22gmFTkKH9sNLEEPcStq/8wz7/y5kEO90/2kP6l l8rI4xuTGLXZufglChg2s1TG8K7V5e0XypcJwX7taB/YHFEjCVezXShQ12HmatDjJbOB qJe4OV7q564IR7LeSYlha6GnfenHlDzK7WtdmSUgpynPRFqiH868TL5SVy37Gh4jS7o/ m7HivjPYKmT6wn5G7x4e7FTgnPLB8BxMD1HXJ+yCJdFVNN/51n+5nphDzvgxSPRbQtGt HbQmIP68N29bKFz4dpBpp+1pEL89oZ4781QHnGYXVXhgYqTtcgvrPkzaWzf/kHfCKSrO zfpg== Received: by 10.204.151.81 with SMTP id b17mr4039123bkw.95.1343656358479; Mon, 30 Jul 2012 06:52:38 -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 t23sm3863311bks.4.2012.07.30.06.52.36 (version=SSLv3 cipher=OTHER); Mon, 30 Jul 2012 06:52:37 -0700 (PDT) Message-ID: <1343656349.1892.28.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, 30 Jul 2012 15:52:29 +0200 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-OMOEbqbbmPSGcMBdS/DH" 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 --=-OMOEbqbbmPSGcMBdS/DH Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable --- 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 --=-OMOEbqbbmPSGcMBdS/DH 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) iQEcBAABAgAGBQJQFpGdAAoJELAPckZGG2T6Mt4H/1D8+i1lC5DnA6yE4kn/bwkk nB6ul6TkGXdn05G0A/aCILWknQI/9qP+wjQ0DsVKZRf+HTnRi5XFzj26iQjIGcpK r1vPjhsbBQGawSPCbLV5Wlw7EZKx2ByrZhnFkwfrDu/aXPi53mp7vzCKL0rKJYRm Zjnf7ldsWAclNrXNNCQM9/9geooVXQFw7WCllZJYvwlnKZfxPXolJnpU5ajPAa4Z xl+icEHkSr11JsoLygCQBDXThFIhFwPOX5uwVG2+EyYpszXmZlErrDKhG1O+tJar 6y3fu4hVI438hh6ibhjkomY/yGWXE3psHoIpOYNqHxRTG7zxFFbQOE63KJ7TIl0= =tp5/ -----END PGP SIGNATURE----- --=-OMOEbqbbmPSGcMBdS/DH-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---