Docker 1.10 not assigning MAC provided by remote plugin it works for 1.11
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am remote plugin which is used being used to create macvlan endpoint for the containers.
I am trying to create MAC address from the plugin and pass it in Create Endpoint response.
I can see the MAC address in docker inspect. However, if I exec into the container I see some random MAC address.
Same thing works with docker 1.11.
Can someone tell what changed from 1.10 to 1.11
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the remote macvlan plugin behavior on Docker 1.10 and 1.11, comparing the MAC returned by Create Endpoint with the MAC visible inside the container. Trace the endpoint creation and container interface setup to identify where the provided MAC is lost; done when the returned MAC is preserved on the affected version and the regression is covered by a test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100