moby--moby/pkg/netlink
Alexander Larsson 59c1b2880b Fix libcontainer network support on rhel6
It seems that netlink in older kernels, including RHEL6, does not
support RTM_SETLINK with IFLA_MASTER. It just silently ignores it, reporting
no error, causing netlink.NetworkSetMaster() to not do anything yet
return no error.

We fix this by introducing and using AddToBridge() in a very similar manner
to CreateBridge(), which use the old ioctls directly.

This fixes https://github.com/dotcloud/docker/issues/4668

Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
2014-04-09 15:44:18 +02:00
..
MAINTAINERS Update email + add self to pkg/signal 2014-03-10 20:26:45 -07:00
netlink.go Simplify code + Allow more generic attr children + remove prefix 2014-02-12 09:29:06 -08:00
netlink_linux.go Fix libcontainer network support on rhel6 2014-04-09 15:44:18 +02:00
netlink_unsupported.go Fix libcontainer network support on rhel6 2014-04-09 15:44:18 +02:00