diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-03-07 12:48:46 +0200 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-03-07 12:48:46 +0200 |
commit | fc86983fcf5b4f44b778a7ad7f834de16aa872e3 (patch) | |
tree | 626303339f847b1f70f1c032b8627a046b403afb /json | |
parent | 91cc4094b0efa724a2012dc955424082707ecd17 (diff) | |
download | awall-fc86983fcf5b4f44b778a7ad7f834de16aa872e3.tar.bz2 awall-fc86983fcf5b4f44b778a7ad7f834de16aa872e3.tar.xz |
rename 'reverse-type' to 'reply-type'v1.0.0
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 f913a1f..cd2ad4e 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, "reverse-type": 0 }, - { "proto": "icmpv6", "type": 128, "reverse-type": 129 } + { "proto": "icmp", "type": 8, "reply-type": 0 }, + { "proto": "icmpv6", "type": 128, "reply-type": 129 } ], "radius": [ { "proto": "udp", "port": 1812 }, |