add exception for windows networking

Signed-off-by: Michael Friis <friism@gmail.com>
This commit is contained in:
Michael Friis 2017-05-04 18:08:33 -07:00
parent 301b06ca92
commit f3d09df19b
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ log = logging.getLogger(__name__)
OPTS_EXCEPTIONS = [ OPTS_EXCEPTIONS = [
'com.docker.network.driver.overlay.vxlanid_list', 'com.docker.network.driver.overlay.vxlanid_list',
'com.docker.network.windowsshim.hnsid'
] ]