We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3b1e0 commit 0cd6bf5Copy full SHA for 0cd6bf5
node.go
@@ -48,6 +48,7 @@ func setNodeInterface(name string) bool {
48
// does not specify a specific interface generate a random Node ID
49
// (section 4.1.6)
50
if name == "" {
51
+ ifname = "random"
52
randomBits(nodeID[:])
53
return true
54
}
0 commit comments