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

VLAN support for linux bridges #227

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

kvaps
Copy link

@kvaps kvaps commented May 29, 2018

Hi, this change should work much better than macvlan_mode, please review the changes.

The new option for setting upper interface was added, example usage:

pipework br63@bond0 -i eth0 <guest> 1.2.3.4/24@1.2.3.1 @63

This cmd will create the next chain of devices:

bond0 (top interface)
    \
    bond0.63 (vlan)
       \
       br63 (bridge)
          \
          <your container veth>

If vlan option is not set, it will add bond0 directly to the bridge

@kvaps kvaps mentioned this pull request May 29, 2018
kvaps added a commit to kvaps/kube-pipework that referenced this pull request Dec 4, 2019
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.

None yet

1 participant