-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for in-container master for vlans #781
Conversation
d47dc6e
to
747e94d
Compare
This seems fairly straightforward to me, at least the code changes. But, I'm also interested in what we'll provide for docs / explain the usage as well. |
We have this doc PR for this: containernetworking/cni.dev#109 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost good. Thank you for the PR.
BTW, is there any reason why you don't add tests for 'linkInContainer' option in vlan_test.go?
747e94d
to
36da653
Compare
Tests modified. Thanks for catching this. |
32207e6
to
d0590b0
Compare
@dcbw can you please take a look? |
c8231b6
to
f4aa77a
Compare
Signed-off-by: mmirecki <[email protected]>
f4aa77a
to
9fa8003
Compare
/lgtm |
Add support for in-container master for the vlan plugin
docs: containernetworking/cni.dev#109