commit | 223b229b63f461cd3c14583a0e517fde19e7a081 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Dec 19 20:10:53 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 20 12:46:11 2017 -0500 |
tree | b678efc28b6aea762703774fa2c51d83e82cbbf1 | |
parent | 53c81e95df1793933f87748d36070a721f6cb287 [diff] |
bridge: Use helpers to handle MAC address Use %pM to print MAC mac_pton() to convert it from ASCII to binary format, and ether_addr_copy() to copy. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>