moby--moby/libnetwork/drivers/overlay
Jana Radhakrishnan eef129c103 Do not attempt serf query when not initialized
Sometimes, the vxlan kernel code may generate miss
notifications for vxlan bound packets when serf is
not initliazed. In such cases we should not try
doing a query as it will create a panic. We should
error out which will generate a log message.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-12-03 10:21:43 -08:00
..
joinleave.go Fixes a case of ungraceful daemon restart + unreachable store 2015-10-29 17:16:52 -07:00
ov_endpoint.go
ov_network.go Fixes #680 2015-10-19 02:35:54 -07:00
ov_serf.go Do not attempt serf query when not initialized 2015-12-03 10:21:43 -08:00
ov_utils.go
overlay.go log an error if advertise is configured with a non-local ip-address 2015-10-26 12:21:06 -07:00
overlay_test.go
peerdb.go