Skip to content
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

plugins: add ipvlan main plugin #8

Merged
merged 1 commit into from
May 5, 2015
Merged

plugins: add ipvlan main plugin #8

merged 1 commit into from
May 5, 2015

Conversation

steveej
Copy link
Member

@steveej steveej commented May 3, 2015

Add the ipvlan main plugin which is heavily based on the macvlan plugin.
Availabile modes for this plugin are l2 and l3, wheres l2 has the higher
compatibility due to support for multicast and broadcasts. L2 has therefore been
chosen as the default mode.
See the official docs at
https://www.kernel.org/doc/Documentation/networking/ipvlan.txt
for more information.

Fixes #6.

Add the ipvlan main plugin which is heavily based on the macvlan plugin.
Availabile modes for this plugin are l2 and l3, wheres l2 has the higher
compatibility due to support for multicast and broadcasts. L2 has therefore been
chosen as the default mode.
See the official docs at
https://www.kernel.org/doc/Documentation/networking/ipvlan.txt
for more information.

Fixes #6.
@eyakubovich
Copy link
Contributor

LGTM. Thank you for contributing.

eyakubovich added a commit that referenced this pull request May 5, 2015
plugins: add ipvlan main plugin
@eyakubovich eyakubovich merged commit ed97604 into containernetworking:master May 5, 2015
@steveej steveej deleted the ipvlan branch April 27, 2016 16:13
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plugins: add ipvlan main plugin
2 participants