moby--moby/daemon/networkdriver
Alexander Morozov 584180fce7 Initialize portMapper in RequestPort too
Api requesting port for daemon before init_networkdriver called.
Problem is that now initialization of api depends on initialization of
daemon and their intializations runs in parallel. Proper fix will be
just do it sequentially. For now I don't want refactor it, because it
can bring additional problems in 1.6.0.

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-03-31 11:30:57 -07:00
..
bridge Initialize portMapper in RequestPort too 2015-03-31 11:30:57 -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
network_test.go
utils.go Fix bridge initialization for IPv6 if IPv4-only docker0 exists 2015-01-27 23:54:26 -05:00