Skip to content

Commit

Permalink
lxc: Show allocation network
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Oct 17, 2024
1 parent cb2b230 commit 18a8a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lxc/network_allocations.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func (c *cmdNetworkListAllocations) pretty(allocs []api.NetworkAllocations) erro
header := []string{
i18n.G("USED BY"),
i18n.G("ADDRESS"),
i18n.G("NETWORK"),
i18n.G("TYPE"),
i18n.G("NAT"),
i18n.G("HARDWARE ADDRESS"),
Expand All @@ -33,6 +34,7 @@ func (c *cmdNetworkListAllocations) pretty(allocs []api.NetworkAllocations) erro
row := []string{
alloc.UsedBy,
alloc.Address,
alloc.Network,
alloc.Type,
fmt.Sprint(alloc.NAT),
alloc.Hwaddr,
Expand Down

0 comments on commit 18a8a33

Please sign in to comment.