balena-os / balena-edison

Balena support for Edison boards
Apache License 2.0
6 stars 5 forks source link

spoof MAC address for ethernet device (continue) #88

Open imrehg opened 6 years ago

imrehg commented 6 years ago

The recent PR https://github.com/resin-os/resin-edison/pull/86 is actually not workable, because the supplied system-connections config is not valid configuration. Also, static MAC address randomization is prevented by some NetworkManager secrets being volatile, so it wouldn't have worked anyways as things are now: https://github.com/resin-os/resinos/issues/280

Front logo Front conversations

floion commented 6 years ago

This should be fixed by these 2 pull requests: https://github.com/resin-os/meta-resin/pull/850 and https://github.com/resin-os/resin-edison/pull/89