Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendoring libnetwork #17

Closed
wants to merge 1 commit into from
Closed

Conversation

mrjana
Copy link

@mrjana mrjana commented Jul 1, 2015

Commit id: 3daf67270570c1e07e3e3184d46a10f0c5d66f87

Fixes moby#14184, moby#14037, moby#14024, moby#14246
Signed-off-by: Jana Radhakrishnan mrjana@docker.com

Commit id: 3daf67270570c1e07e3e3184d46a10f0c5d66f87

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
@icecrime
Copy link

icecrime commented Jul 1, 2015

I don't really know how to review, it's unclear which change applies to which issue :-/

"net"
"os/exec"
"strings"
"sync"

"github.com/Sirupsen/logrus"
bri "github.com/docker/libcontainer/netlink"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it mean that libnetwork vendors libcontainer now? Is that a temporary thing to support RHEL6 by reusing libcontainer magical fallback logic on ancestral kernels?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@icecrime It's definitely for this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@icecrime @LK4D4 This is a temporary thing to support RHEL6 and we are only pulling in libcontainer/netlink not the whole thing.

As a side note, this is not in master(may not ever be) because if we are saying that we are going to drop support for RHEL6 in 1.8 I would rather not have this fallback logic in the master

@calavera
Copy link
Owner

calavera commented Jul 1, 2015

@mrjana There are a few test files, should we remove them?

@calavera
Copy link
Owner

calavera commented Jul 1, 2015

I guess it's fine, the files were there already

@calavera
Copy link
Owner

calavera commented Jul 1, 2015

Cherry picked into b03b8a2. Thank you!

@calavera calavera closed this Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants