Print utun name on darwin
This commit is contained in:
parent
7a1a537f43
commit
28c7eb4335
2 changed files with 6 additions and 2 deletions
|
|
@ -184,7 +184,7 @@ func (node *trieEntry) entriesForPeer(p *Peer, results []net.IPNet) []net.IPNet
|
|||
mask := net.CIDRMask(int(node.cidr), len(node.bits)*8)
|
||||
results = append(results, net.IPNet{
|
||||
Mask: mask,
|
||||
IP: node.bits.Mask(mask),
|
||||
IP: node.bits.Mask(mask),
|
||||
})
|
||||
}
|
||||
results = node.child[0].entriesForPeer(p, results)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue