This commit is contained in:
Brenton Bostick 2023-02-04 09:16:39 -05:00 committed by Sean OMeara
parent e840b31a7b
commit dde885f035

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() {
return mac;