1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork
Alessandro Boch 5d7b430801 Issue #33: Move portmapper and portallocator into libnetwork
- As they provide network translation functionalities,
  they should be part of libnetwork
- In driver/bridge/setup_ip_tables.go remove depenency
  on docker/daemon/networkdriver

Signed-off-by: Alessandro Boch <aboch@docker.com>
2015-04-09 11:05:02 -07:00
..
cmd/test Add network name 2015-03-02 10:17:12 -08:00
drivers/bridge Issue #33: Move portmapper and portallocator into libnetwork 2015-04-09 11:05:02 -07:00
Godeps Resolve Godeps 2015-03-12 04:07:46 +00:00
ipallocator Issue #18: IP Allocator rework 2015-03-24 13:57:59 -07:00
pkg/options Remove golint warnings 2015-03-04 13:29:28 -08:00
portallocator Issue #33: Move portmapper and portallocator into libnetwork 2015-04-09 11:05:02 -07:00
portmapper Issue #33: Move portmapper and portallocator into libnetwork 2015-04-09 11:05:02 -07:00
.gitignore Initial commit 2015-02-19 17:20:15 -08:00
circle.yml Fix Godeps in CI 2015-03-05 00:58:37 -08:00
configure.go Initial import 2015-02-19 17:30:18 -08:00
drivers.go Merge with docker/libnetwork 2015-03-06 16:11:19 +00:00
libnetwork_test.go - Added initial test cases for libnetwork api 2015-04-08 16:00:28 +00:00
LICENSE Initial commit 2015-02-19 17:20:15 -08:00
MAINTAINERS Add MAINTAINERS 2015-04-01 14:43:06 +01:00
Makefile Add Makefile 2015-04-08 17:18:17 +01:00
namespace.go Reimplement create namespace and move interafec to ns without reexec 2015-03-12 04:07:34 +00:00
network.go - Added initial test cases for libnetwork api 2015-04-08 16:00:28 +00:00
README.md Point to Docker contrib guidelines in README 2015-04-08 17:25:08 +01:00
system.go Remove golint warnings 2015-03-04 13:29:28 -08:00
testing.go Add tests 2015-02-24 11:19:00 -08:00
utils.go Issue #18: IP Allocator rework 2015-03-24 13:57:59 -07:00
utils_test.go Issue #18: IP Allocator rework 2015-03-24 13:57:59 -07:00

libnetwork

The Go package to manage Linux network namespaces

Contributing

Want to hack on libnetwork? Docker's contributions guidelines apply.