docker-topo icon indicating copy to clipboard operation
docker-topo copied to clipboard

pyroute2.netlink.exceptions.NetlinkError: (17, 'File exists')

Open networkop opened this issue 7 years ago • 0 comments

This happens when the host OS has the same interface as we try to assign inside a container. Looks like I do the veth name change before I move the interface inside its namespace. Need to fix the order.

networkop avatar Nov 27 '18 16:11 networkop