K 10 svn:author V 9 vmaffione K 8 svn:date V 27 2019-06-13T17:39:32.946998Z K 7 svn:log V 358 bhyve: move common code to net_utils.c Both virtio_net and e82545 network frontends have code to validate and generate MAC addresses. These functionalities are replicated in the two files, so we move them in a separate compilation unit. Reviewed by: rgrimes, bryanv, imp, kevans MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D20626 END