1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Ping with diffserv 46

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-11-20 19:37:34 +01:00
parent f11311d361
commit e8c5feeda1

View file

@ -97,6 +97,7 @@ _ping() {
ret=$(ping -I "${device}" \
-w "$OMR_TRACKER_TIMEOUT" \
-c 1 \
-Q 184 \
-q \
"${host}"
) && echo "$ret" | grep -sq " 0% packet loss" && {