Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert the output of 'arp -n' from bytes to str. (#1279)
The output of 'arp -n' is bytes in python3, as a result, the search of 'ether' or other str failed. This commit address the issue. Signed-off-by: bingwang <bingwang@microsoft.com>
- Loading branch information