Read My Shorts RSS

Archive

Sep
30th
Fri
permalink

decoding the abominable DUID

echo "\DUID\from\DHCPv6\leases" | od -x | awk '{for (i=NF; i>1; i--) printf("%s ",$i);print ""}' | awk '{a[i++]=$0} END {for (j=i-1; j>=0;) print a[j--] }'

  1. nethope posted this