You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BACKPORT: Handle containers with different network drivers
Upstream reference: moby/libnetwork#1480
Fix BZ#1446526
There is no guarantees that the ep and extEp are using the same driver.
If they are not using the same drivers, the driver for ep will not know
about the networks of extEp and fails the RevokeExternalConnectivity
call.
Signed-off-by: Shayan Pooya <[email protected]>
Signed-off-by: Antonio Murdaca <[email protected]>
0 commit comments