1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libcontainerd
Sebastiaan van Stijn 295bb09184
Fix event filter filtering on "or"
The event filter used two separate filter-conditions for
"namespace" and "topic". As a result, both events matching
"topic" and events matching "namespace" were subscribed to,
causing events to be handled both by the "plugin" client, and
"container" client.

This patch rewrites the filter to match only if both namespace
and topic match.

Thanks to Stephen Day for providing the correct filter :)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-29 02:47:56 +01:00
..
client_daemon.go Fix event filter filtering on "or" 2017-12-29 02:47:56 +01:00
client_daemon_linux.go
client_daemon_windows.go
client_local_windows.go
errors.go
io.go
io_unix.go
io_windows.go
process_windows.go
queue.go
queue_test.go
remote_daemon.go Fix typo in log-message 2017-12-11 10:59:51 -08:00
remote_daemon_linux.go
remote_daemon_options.go
remote_daemon_options_linux.go
remote_daemon_process.go
remote_daemon_process_linux.go
remote_daemon_windows.go
remote_local.go
types.go
types_linux.go
types_windows.go
utils_linux.go
utils_windows.go
utils_windows_test.go