moby--moby/daemon/networkdriver
Michael Crosby d8c628cf08 Ensure that bridge driver does not use global mappers
This has a few hacks in it but it ensures that the bridge driver does
not use global state in the mappers, atleast as much as possible at this
point without further refactoring.  Some of the exported fields are
hacks to handle the daemon port mapping but this results in a much
cleaner approach and completely remove the global state from the mapper
and allocator.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-03-30 18:28:24 -07:00
..
bridge Ensure that bridge driver does not use global mappers 2015-03-30 18:28:24 -07:00
ipallocator Fix a typo in daemon/networkdriver/ipallocator/allocator.go 2015-03-30 08:31:46 +08:00
portallocator Refactor port allocator to not have ANY global state 2015-03-30 17:30:59 -07:00
portmapper Ensure that bridge driver does not use global mappers 2015-03-30 18:28:24 -07:00
network.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
network_test.go Implementing IPv6 functionality for ipallocator 2014-10-02 00:25:02 +02:00
utils.go Fix bridge initialization for IPv6 if IPv4-only docker0 exists 2015-01-27 23:54:26 -05:00