mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
.
This commit is contained in:
parent
c3e0f262d1
commit
57ade250af
10 changed files with 25 additions and 23 deletions
|
@ -37,7 +37,7 @@ func Networks(basePath, authToken string, args []string, jsonOutput bool) {
|
|||
fmt.Printf("%.16x %-24s %-17s %-16s %-7s %-16s ", uint64(nw.ID), nw.Config.Name, nw.Config.MAC.String(), networkStatusStr(nw.Config.Status), t, nw.PortName)
|
||||
for i, ip := range nw.Config.AssignedAddresses {
|
||||
if i > 0 {
|
||||
fmt.Print(',')
|
||||
fmt.Print(",")
|
||||
}
|
||||
fmt.Print(ip.String())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue