commit | 63aa9b57adbfb4f526d32d33e03bd7f0bdc408b7 | [log] [tgz] |
---|---|---|
author | Ningyuan Wang <[email protected]> | Tue Jan 19 10:24:59 2016 -0800 |
committer | Ningyuan Wang <[email protected]> | Tue Jan 19 10:55:45 2016 -0800 |
tree | a9fd80d599fb2c13c99cfbd0bafc062cb0e6d1d3 | |
parent | 679654b4a871034b59ceadb98d113ac8cab120d6 [diff] |
dhcp_client: use ByteString for hardware address Since the hardware address of network device may contain 0 in the middle, using std::string could be ambiguous. We change the type from std::string to shill::ByteString to fix that. Bug: 25642025 TEST=compile and unittests Change-Id: I301cd9c351e02e7509bfbb4772c9cfbd5b00a668