Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert mac address to lower case always
Without this commit there is a possible bug if the user request a mac address with upper case. The issue is that netlink lib will always return the hardware struct for mac address and it will always be lower case. So to be able and do a right equal check we convert the user provided mac address to lower case always Signed-off-by: Sebastian Sch <sebassch@gmail.com>
- Loading branch information