Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Adding global alias config in endpointsettings
Browse files Browse the repository at this point in the history
Signed-off-by: Madhu Venugopal <madhu@docker.com>
  • Loading branch information
mavenugo committed Jan 8, 2016
1 parent d2e2de4 commit e376a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type EndpointSettings struct {
GlobalIPv6Address string
GlobalIPv6PrefixLen int
MacAddress string
Aliases []string
}

// NetworkingConfig represents the container's networking configuration for each of its interfaces
Expand Down

0 comments on commit e376a1d

Please sign in to comment.