Ability to specify vlan_mode in the network configuration#261
Ability to specify vlan_mode in the network configuration#261daghaian wants to merge 1 commit intok8snetworkplumbingwg:mainfrom
Conversation
|
Hi @daghaian. Thanks for your PR. I'm waiting for a k8snetworkplumbingwg member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/assign @phoracek |
…ort being attached Signed-off-by: David Aghaian <16483722+daghaian@users.noreply.github.com>
6e0e9a1 to
c885d62
Compare
|
Bumping this issue to see if someone can take a look. Thanks! |
|
/retest |
|
@daghaian: The following test failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
| } | ||
| } else { | ||
|
|
||
| } |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: daghaian The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
I could do with these changes. Has it been abandoned? @phoracek Was it just the linter change that was the problem? |
|
@mw-0 I have not reviewed this in depth yet, but it looks conceptually ok to me. So if you push a new rebased PR, with linter resolved and tests passing, I'm happy to review it and help get it merged. |
|
I'm happy to rebase the PR when I have a moment. We've been running our own modified version with this change for a while now haha. Glad to hear it has a use for people :) |
What this PR does / why we need it:
Adds a needed ability for specifying VLAN mode to be applied to the attached port instead of defaulting to trunk/access. This enables usage for cases in which the port should operate under one of the alternative VLAN modes: native-untagged, native-tagged, or dot1q-tunnel. In addition, the existing logic for when tags/trunks were applied to the created port was changed to allow for both to be applied to a port when used in conjunction with an access mode such as native-untagged. Please see https://man7.org/linux/man-pages/man5/ovs-vswitchd.conf.db.5.html for any additional clarification.
Special notes for your reviewer:
N/A
Release note: