bpascard
bpascard
This issue prevents me from integrating Docker containers with an existing environment where many VLANs are addressed with identical subnets. One solution would be to run separate Docker hosts for...
Tested with docker 19.03.7, seems to be fixed ``` docker network create -d macvlan mymacvlan docker run --mac-address=02:42:c0:a8:84:22 --net=mymacvlan alpine ip l ``` ... the chosen MAC address is correctly...
First I'd like to say @cpuguy83 rules. Second are there are any updates on this PR? Any chance for this to be merged in its current form?
Can we expect this PR to land in 22.06 ?
Any chances this PR lands in 23.0 ?