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 C48A0DC3797 for ; Tue, 14 Aug 2012 11:56:08 +0000 (UTC) Received: by eeke52 with SMTP id e52so122123eek.13 for ; Tue, 14 Aug 2012 04:56:07 -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=Rt/GqiQtG7t4zQqcl2qCWNy64PXB4mpMKb0mUHEKUDc=; b=R6U1h/Xf230KyayqQenvA4gTJ4qkzIWiFWPC0qnLpXSjXAbAFLCLo/XcXJw0/7gQbp bysrJ0yJ/r6EOsydA/st6JVGl+sX8zqGfVbC5bTABP/0uMXHKZNE08vMCEvvEkOUx4OI 623vsi1RBQWxC6MKJO800Sp+eJX5ncP3PaUMwwzCVbzlvk64q/TMxYeEMw+9noxpDIVl zI48+xcEZu1ksCkZWTOeJcHKk4s8FLglrI8T63oRyCgzyZVTRJZaRnkHk/fUNDISVdY1 wKaYBNrZJPF5Y2i7P/l1c9o7vbTxHpkTE3slbaWhEO9HEXhcBj4y4Wfu9i3/WvhYoTeH rzVQ== Received: by 10.14.184.133 with SMTP id s5mr19025012eem.31.1344945367020; Tue, 14 Aug 2012 04:56:07 -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 a7sm6220322eep.14.2012.08.14.04.56.04 (version=SSLv3 cipher=OTHER); Tue, 14 Aug 2012 04:56:05 -0700 (PDT) Message-ID: <1344945358.10094.16.camel@df1844j> Subject: [alpine-devel] [PATCH] awall/json: define SNMP trap service From: Leonardo To: Kaarle.ritvanen@datakunkku.fi Cc: alpine-devel@lists.alpinelinux.org Date: Tue, 14 Aug 2012 13:55:58 +0200 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-qJBa+vDC98Pn3Wq+9KaS" 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 --=-qJBa+vDC98Pn3Wq+9KaS Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable --- 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 } --=20 1.7.11.4 --=-qJBa+vDC98Pn3Wq+9KaS 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) iQEcBAABAgAGBQJQKjzOAAoJELAPckZGG2T6WWIH/1Qal/gViae9xuPG1mQQjGSO lhzg7x/94Hi0b9BVPTHeJwV4JNlhA/884FScEk8sbOT5Ixfoc+IhYaXwh6C7/+ZQ 0s6JGo/kfoP+sbIhm4XUYd1XzlSpL3gPXx+ZkMCry78IEeSO8FfYt+uyr6KP9Mw7 kPfZic9lA6gkwVAnhs9XBR8YHVHQyf5uBweIVr6tx1MiicD5zIZx2Ta5PsdObV/j nr2wqiA5A7qxmoqCtQhlJnTTaihNHSbQvektx5qbYJKqZSFcfSVQuJRqWs34URhT fAZoBwyhSkd+7kuwZJCdTWDTZYwgqodDK6oWa1OS+W2O1v8PfUErzJzRL/I6PYU= =KlZw -----END PGP SIGNATURE----- --=-qJBa+vDC98Pn3Wq+9KaS-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---