Jana Radhakrishnan
e1b5e17165
Moved most of the driver configuration to network configuration.
...
Signed-off-by: Jana Radhakrishnan <mrjana@docker.com >
2015-05-06 17:43:24 +00:00
Jana Radhakrishnan
29f28ca925
Added driver specific config support
...
- Added api enhancement to pass driver specific config
- Refactored simple bridge driver code for driver specific config
- Added an undocumented option to add non-default bridges without
manual pre-provisioning to help libnetwork testing
- Reenabled libnetwork test to do api testing
- Updated README.md
Signed-off-by: Jana Radhakrishnan <mrjana@docker.com >
2015-04-15 18:32:07 +00:00
Jana Radhakrishnan
c14c967d85
Libnetwork refactor for container network model
...
- Added controller, network, endpoint and sandbox interfaces
- Created netutils package for miscallaneous network utilities
- Created driverapi package to break cyclic dependency b/w driver and libnetwork
- Made libnetwork multithread safe
- Made bridge driver multithread safe
- Fixed README.md
Signed-off-by: Jana Radhakrishnan <mrjana@docker.com >
2015-04-13 21:40:50 +00:00
Arnaud Porterie
abb80f2d89
Remove golint warnings
...
Fix all golint warnings, mostly by making exported types internal.
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
2015-03-04 13:29:28 -08:00
Arnaud Porterie
ceb76de499
Test coverage on bridge
...
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
2015-02-24 18:41:17 -08:00