From 9c505451ac419e035370a50391aad6e0f65f9221 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Tue, 1 May 2012 05:51:26 +0000 Subject: cover ICMPv6 echo in ping service definition --- json/services.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/json/services.json b/json/services.json index 902e1d2..ff1e82b 100644 --- a/json/services.json +++ b/json/services.json @@ -17,7 +17,10 @@ ], "irc": { "proto": "tcp", "port": 6667 }, "ntp": { "proto": "udp", "port": 123 }, - "ping": { "proto": "icmp", "type": 8 }, + "ping": [ + { "proto": "icmp", "type": 8 }, + { "proto": "icmpv6", "type": 128 } + ], "sip": { "proto": "udp", "port": 5060 }, "smtp": { "proto": "tcp", "port": 25 }, "snmp": { "proto": "udp", "port": 161 }, -- cgit v1.2.3