This commit is contained in:
Brenton Bostick 2023-02-04 09:16:39 -05:00
parent 1c88037ea0
commit bfe4bc2894

View file

@ -191,7 +191,7 @@ public final class VirtualNetworkConfig implements Comparable<VirtualNetworkConf
} }
/** /**
* Ethernet MAC (40 bits) that should be assigned to port * Ethernet MAC (48 bits) that should be assigned to port
*/ */
public final long macAddress() { public final long macAddress() {
return mac; return mac;