diff options
Diffstat (limited to 'json')
-rw-r--r-- | json/services.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/services.json b/json/services.json index c193ce9..1eef980 100644 --- a/json/services.json +++ b/json/services.json @@ -82,8 +82,8 @@ "ospf": { "proto": "ospf" }, "pgsql": { "proto": "tcp", "port": 5432 }, "ping": [ - { "proto": "icmp", "type": 8 }, - { "proto": "icmpv6", "type": 128 } + { "proto": "icmp", "type": 8, "reverse-type": 0 }, + { "proto": "icmpv6", "type": 128, "reverse-type": 129 } ], "radius": [ { "proto": "udp", "port": 1812 }, |