moby / libnetwork

networking for containers
Apache License 2.0
2.16k stars 881 forks source link

Overlay Network L2 Support #1717

Open kent-h opened 7 years ago

kent-h commented 7 years ago

Add capability to create Layer 2 overlay networks.

Related: https://github.com/docker/docker/issues/32531

Requirements for L2 networking:

Effectively, we want to use a virtual switch/linux bridge to learn the network topology, rather than trusting docker to know everything about the network topology.

kent-h commented 7 years ago

Stumbled across this: https://forums.docker.com/t/docker-networking-without-ip-addresses-for-sdn/8996/5

"--ipam-driver=nil"

kent-h commented 7 years ago

Related: https://github.com/docker/libnetwork/issues/552