Skip to content

Commit

Permalink
Merge pull request #9991 from littleidea/delete_redundant_macaddress
Browse files Browse the repository at this point in the history
remove redundant 'Get' for MacAddress
  • Loading branch information
Jessie Frazelle committed Jan 9, 2015
2 parents 645a752 + fa8560e commit a83e904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemon/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ func (container *Container) AllocateNetwork() error {
container.NetworkSettings.IPPrefixLen = env.GetInt("IPPrefixLen")
container.NetworkSettings.MacAddress = env.Get("MacAddress")
container.NetworkSettings.Gateway = env.Get("Gateway")
container.NetworkSettings.MacAddress = env.Get("MacAddress")
container.NetworkSettings.LinkLocalIPv6Address = env.Get("LinkLocalIPv6")
container.NetworkSettings.LinkLocalIPv6PrefixLen = 64
container.NetworkSettings.GlobalIPv6Address = env.Get("GlobalIPv6")
Expand Down

0 comments on commit a83e904

Please sign in to comment.