Overlay network and bridge network

Hi guys,

I am new to docker and I am studying the docker network mode. I am a little bit confused by veth interface. The documentation explained that a vethXXX interface was created with each container in default bridge mode. If I create a service through docker swarm, and the service has created an overlay network. Does the container in that service still have the vethXXX interface?