You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
The javascript ipcalc script computes this as arr[0] %= 32 + 96;
To have the same order of operations, shell script usage would have to be ip2=$(expr $ip2 % $(expr 32 + 96))
The text was updated successfully, but these errors were encountered:
ip-calculator/mm-mac2ipv4.sh
Line 90 in 954e2e3
The javascript ipcalc script computes this as
arr[0] %= 32 + 96;
To have the same order of operations, shell script usage would have to be
ip2=$(expr $ip2 % $(expr 32 + 96))
The text was updated successfully, but these errors were encountered: