diff --git a/machine.go b/machine.go index 64fd11b8..f1f72438 100644 --- a/machine.go +++ b/machine.go @@ -530,7 +530,9 @@ func (machine Machine) toNode( addrs = append(addrs, ip) } - allowedIPs := append([]netaddr.IPPrefix{}, addrs...) // we append the node own IP, as it is required by the clients + allowedIPs := append( + []netaddr.IPPrefix{}, + addrs...) // we append the node own IP, as it is required by the clients if includeRoutes { routesStr := []string{}