Skip to content

VLAN support for linux bridges#227

Open
kvaps wants to merge 2 commits into
jpetazzo:masterfrom
kvaps:bridge_vlan
Open

VLAN support for linux bridges#227
kvaps wants to merge 2 commits into
jpetazzo:masterfrom
kvaps:bridge_vlan

Conversation

@kvaps
Copy link
Copy Markdown

@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.

1 participant