ping-checker: tweak endianness for better viewing

This commit is contained in:
nemunaire 2020-02-24 10:00:09 +01:00
parent 8a7580f547
commit 201b7cfc02
1 changed files with 5 additions and 5 deletions

View File

@ -29,15 +29,15 @@ do
then then
case $(($sid % 5)) in case $(($sid % 5)) in
1) 1)
PAT=baaaaaad;; PAT=aabaadaa;;
2) 2)
PAT=baadf00d;; PAT=adba0df0;;
3) 3)
PAT=baddcafe;; PAT=ddbafeca;;
4) 4)
PAT=cafebabe;; PAT=fecabeba;;
*) *)
PAT=deadbeef;; PAT=addeefbe;;
esac esac
arping -I br-ext -c 1 -w 1 "${IP}" && { arping -I br-ext -c 1 -w 1 "${IP}" && {