openwrt-wan-mac
openwrt-wan-mac copied to clipboard
How to generate MAC in uppercase format?
MAC Address generated via this script are all lowercase format like c0:12:a8:b8:4a:e2 How to generate like C0:12:A8:B8:4A:E2
You can use ... tr [a-z] [A-Z] ...
, but OpenWrt is fine with lowercase.
Do you really need a conversion ? :wink:
I really need to pay attention to issues in my repos... 😄 Can you please clarify why would you need this?