mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
To support this, a new netlabel is added: `com.docker.network.endpoint.ifname`. It gives the ability to specify the interface name to be set by netdrivers when the interface is added / moved into the container's network namespace. All builtin netdrivers support it. Signed-off-by: Albin Kerouanton <albinker@gmail.com>