aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms-map-handlers.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/nms-map-handlers.js')
-rw-r--r--web/js/nms-map-handlers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/js/nms-map-handlers.js b/web/js/nms-map-handlers.js
index 6c5ef0d..4cf2fea 100644
--- a/web/js/nms-map-handlers.js
+++ b/web/js/nms-map-handlers.js
@@ -397,10 +397,10 @@ function pingInfo(sw)
ret.score = 1000;
ret.why = "No IPv4 or IPv6 ping reply";
} else if(v6 == undefined) {
- ret.score = 100;
+ ret.score = 250;
ret.why = "No IPv6 ping reply";
} else if (v4 == undefined) {
- ret.score = 99;
+ ret.score = 249;
ret.why = "No IPv4 ping reply";
}