diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-14 17:44:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-14 17:44:42 +0000 |
commit | b7914344adb14c70348498a2196e96bb79dd52ca (patch) | |
tree | 3d74694b871607136b05e532f4203fe6dd6f42c1 /toolchain/uClibc/headers | |
parent | 4a977252f5a3b885695835540838dae0696c6208 (diff) | |
download | upstream-b7914344adb14c70348498a2196e96bb79dd52ca.tar.gz upstream-b7914344adb14c70348498a2196e96bb79dd52ca.tar.bz2 upstream-b7914344adb14c70348498a2196e96bb79dd52ca.zip |
base-files: add macaddr_canonicalize helper function
In commit r38690, the MAC address canonicalization
has been converted to use 'tr' instead of 'printf'.
This only works if with MAC addresses which uses
the 'xx:xx:xx:xx:xx:xx' format.
However on some boards, the MAC addresses are stored
in different format in the mtd partition. Some vendors
are using hyphens or dots as separators instead of
colons. Also the leading zeroes may be missing from the
individual octets or those are replaced with spaces.
Add a new function which can be used to convert these
into the 'xx:xx:xx:xx:xx:xx' format. Also update the
'mtd_get_mac_ascii' function to use the new helper.
The helper function is based on this code:
http://isquared.nl/blog/2010/08/11/Bash-function-to-canonicalize-MAC-addresses/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38803
Diffstat (limited to 'toolchain/uClibc/headers')
0 files changed, 0 insertions, 0 deletions