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

linux bridge: Add support of vlan protocol #1938

Merged
merged 1 commit into from Jun 29, 2022

Conversation

cathay4t
Copy link
Member

Add support of linux bridge VLAN protocol: 802.1q(default) and 802.1ad.

Example yaml:

---
interfaces:
  - name: br0
    type: linux-bridge
    state: up
    bridge:
      options:
        vlan-protocol: 802.1ad
      port:
        - name: eth1
          vlan:
            mode: trunk
            trunk-tags:
            - id: 500

Python binding is updated.

Integration test case included and marked as tier 1 per request of
openshift:
https://bugzilla.redhat.com/show_bug.cgi?id=2084474

@cathay4t cathay4t requested a review from ffmancera as a code owner June 21, 2022 04:16
@cathay4t cathay4t force-pushed the vlan_protocol branch 2 times, most recently from 9e5c0b6 to 2013b5e Compare June 21, 2022 04:25
@kubevirt-bot
Copy link
Collaborator

@cathay4t: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-nmstate-integ_tier1-k8s 2013b5e link false /test pull-nmstate-integ_tier1-k8s

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

Add support of linux bridge VLAN protocol: 802.1q(default) and 802.1ad.

Example yaml:

```yaml
---
interfaces:
  - name: br0
    type: linux-bridge
    state: up
    bridge:
      options:
        vlan-protocol: 802.1ad
      port:
        - name: eth1
          vlan:
            mode: trunk
            trunk-tags:
            - id: 500
```

Python binding is updated.

Integration test case included and marked as tier 1 per request of
openshift:
    https://bugzilla.redhat.com/show_bug.cgi?id=2084474

Signed-off-by: Gris Ge <fge@redhat.com>
@ffmancera ffmancera merged commit 182e5f5 into nmstate:base Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants