commit | 1137a97225dada00d3ba592276d69996804011ef | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat Apr 20 20:49:58 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Jul 11 19:25:27 2019 +0000 |
tree | f797628ed3716519f6c7d6cc9f63be44766f4c87 | |
parent | 2fd2f7da682486aa0594eb99fae167c9eb459940 [diff] |
util: Clean up MAC address formatting We should be using the built in ether_addr type wherever we want to reference the MAC address in byte form. This gets rid of the integer MAC type and makes functions that consistently take the byte form of the MAC where possible. Change-Id: Ic9e3eae8b5608ef517416215fb336871911975cc Signed-off-by: William A. Kennington III <wak@google.com>