moby--moby/libnetwork
Arnaud Porterie 58a3934282 Add a diagnostic message to ip forwading code
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2015-03-04 11:37:16 -08:00
..
cmd/test Add network name 2015-03-02 10:17:12 -08:00
drivers/bridge Add a diagnostic message to ip forwading code 2015-03-04 11:37:16 -08:00
pkg/options Add tests 2015-02-24 11:19:00 -08:00
.gitignore Initial commit 2015-02-19 17:20:15 -08:00
LICENSE Initial commit 2015-02-19 17:20:15 -08:00
README.md Next steps 2015-02-26 17:17:45 -08:00
configure.go Initial import 2015-02-19 17:30:18 -08:00
drivers.go Add network name 2015-03-02 10:17:12 -08:00
namespace.go Renaming and comments 2015-02-27 09:34:30 -08:00
network.go Add network name 2015-03-02 10:17:12 -08:00
reexec.go Renaming and comments 2015-02-27 09:34:30 -08:00
reexec_move_interface.go Renaming and comments 2015-02-27 09:34:30 -08:00
reexec_netns_create.go Renaming and comments 2015-02-27 09:34:30 -08:00
system.go Initial import 2015-02-19 17:30:18 -08:00
testing.go Add tests 2015-02-24 11:19:00 -08:00

README.md

libnetwork

The Go package to manage Linux network namespaces

Next steps

Following discussions with Solomon, next goals are:

  • Provide a package which exposes functionality over a JSON API
  • Provide a binary which serves that API over HTTP
  • Provide a package which implements the interfaces by calling out to the HTTP API