Do not use netns as ID or for entropy
authorEugene Yakubovich <eugene.yakubovich@coreos.com>
Tue, 5 May 2015 20:35:20 +0000 (13:35 -0700)
committerEugene Yakubovich <eugene.yakubovich@coreos.com>
Fri, 8 May 2015 22:02:23 +0000 (15:02 -0700)
commitb2d9801b25efab3666d4eb96760462ae0d2002fd
tree10089b374316c8c835a042f20566c4cb549355dc
parented97604e7431499163b1c12df7e518648b2f0362
Do not use netns as ID or for entropy

ContainerID is now required so use that
or generate random bytes.

Fixes #5
pkg/ip/link.go
plugins/ipam/host-local/main.go
plugins/main/bridge/bridge.go
plugins/main/ipvlan/ipvlan.go
plugins/main/macvlan/macvlan.go
plugins/main/veth/veth.go
scripts/docker-run.sh
scripts/exec-plugins.sh
scripts/priv-net-run.sh