Back to bug 2180795

Who When What Removed Added
Red Hat Bugzilla 2023-03-22 10:43:20 UTC Pool ID sst_networking_rhel_9
RHEL Program Management 2023-03-22 10:43:27 UTC Keywords FutureFeature
Red Hat One Jira (issues.redhat.com) 2023-03-22 10:48:53 UTC Link ID Red Hat Issue Tracker NMT-426
Red Hat One Jira (issues.redhat.com) 2023-03-22 10:49:03 UTC Link ID Red Hat Issue Tracker RHELPLAN-152703
Fernando F. Mancera 2023-05-23 10:25:27 UTC CC sfaye
Keywords Triaged
Doc Type If docs needed, set a value Enhancement
Status NEW ASSIGNED
Fernando F. Mancera 2023-05-23 16:57:02 UTC Status ASSIGNED POST
Doc Text Feature: The NetworkManager setting bridge.vlan-default-pvid can be configured with Nmstate.

Reason: The reporter wants to configure bridge vlan-default-pvid with Nmstate in order to configure the default VLAN pvid when using Linux Bridge VLAN filtering.

Result: The user can configure VLAN filtering default pvid with the following state:

```
---
interfaces:
- name: linux-br0
type: linux-bridge
state: up
bridge:
options:
vlan-default-pvid: 5
port:
- name: eth1
stp-hairpin-mode: false
stp-path-cost: 100
stp-priority: 32
vlan:
mode: access
tag: 100
```

Please, notice that VLAN filtering must be enable to configure vlan-default-pvid.
Fernando F. Mancera 2023-06-05 15:37:50 UTC Fixed In Version nmstate-2.2.11-1.el9
Fixed In Version nmstate-2.2.11-1.el9 nmstate-2.2.12-1.el9
Status POST MODIFIED
errata-xmlrpc 2023-06-05 15:42:38 UTC Status MODIFIED ON_QA
Mingyu Shi 2023-06-29 10:16:37 UTC Status ON_QA VERIFIED
Jaroslav Klech 2023-07-24 08:30:50 UTC Pool ID sst_networking_core_rhel_9 sst_network_management_rhel_9
Docs Contact jklech
CC jklech
Jaroslav Klech 2023-07-28 07:15:59 UTC Doc Text Feature: The NetworkManager setting bridge.vlan-default-pvid can be configured with Nmstate.

Reason: The reporter wants to configure bridge vlan-default-pvid with Nmstate in order to configure the default VLAN pvid when using Linux Bridge VLAN filtering.

Result: The user can configure VLAN filtering default pvid with the following state:

```
---
interfaces:
- name: linux-br0
type: linux-bridge
state: up
bridge:
options:
vlan-default-pvid: 5
port:
- name: eth1
stp-hairpin-mode: false
stp-path-cost: 100
stp-priority: 32
vlan:
mode: access
tag: 100
```

Please, notice that VLAN filtering must be enable to configure vlan-default-pvid.
Feature: The NetworkManager setting bridge.vlan-default-pvid can be configured with Nmstate.

Reason: The reporter wants to configure bridge vlan-default-pvid with Nmstate in order to configure the default VLAN pvid when using Linux Bridge VLAN filtering.

Result: The user can configure VLAN filtering default pvid with the following state:


----

interfaces:
- name: linux-br0
type: linux-bridge
state: up
bridge:
options:
vlan-default-pvid: 5
port:
- name: eth1
stp-hairpin-mode: false
stp-path-cost: 100
stp-priority: 32
vlan:
mode: access
tag: 100

----

Please, notice that VLAN filtering must be enable to configure vlan-default-pvid.

Back to bug 2180795