mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
2d2a2bc568
- Added remainingReapTime field in the table event. Wihtout it a node that did not have a state for the element was marking the element for deletion setting the max reapTime. This was creating the possibility to keep the entry being resync between nodes forever avoding the purpose of the reap time itself. - On broadcast of the table event the node owner was rewritten with the local node name, this was not correct because the owner should continue to remain the original one of the message Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
41 lines
463 B
Text
41 lines
463 B
Text
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
bin/
|
|
|
|
# Folders
|
|
integration-tmp/
|
|
_obj
|
|
_test
|
|
.vagrant
|
|
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
cmd/dnet/dnet
|
|
|
|
# Coverage
|
|
*.tmp
|
|
*.coverprofile
|
|
|
|
# IDE files and folders
|
|
.project
|
|
.settings/
|
|
|
|
libnetworkbuild.created
|
|
test/networkDb/testMain
|
|
test/networkDb/gossipdb
|