Brad Pillatsch
Brad Pillatsch
Forgot to migrate to accepting net.HardwareAddr for the function. Let me know what you think about the rest and i'll update the PR with net.HardwareAddr when i have a free...
How would you like me to update the PR, I can squash my commits with a local reset and forced push to my branch so it appears as one concise...
Forgive the delay; I'm running into a very small hurtle. Trying to determine how best to abstract out the OS specifics. Unsure if creating an interface or just moving the...
I think i can implement it alright in BSD though making sure it works across BSD platforms would be the trick. At the moment I'm just testing in FreeBSD.
Also, in the above Linux implementation I retained your hardware address function argument from your WriteTo() method. However it seems accepting a string and then using net.ParseMAC() might be a...