mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-09-10 09:12:32 +00:00
Fix #975 by not exporting uint8
This commit is contained in:
@@ -44,7 +44,7 @@ type MulticastInterfaceConfig struct {
|
||||
Beacon bool
|
||||
Listen bool
|
||||
Port uint16
|
||||
Priority uint8
|
||||
Priority uint64 // really uint8, but gobind won't export it
|
||||
}
|
||||
|
||||
// NewSigningKeys replaces the signing keypair in the NodeConfig with a new
|
||||
|
Reference in New Issue
Block a user