mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
fix typo
This commit is contained in:
parent
1c88037ea0
commit
bfe4bc2894
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue