Gris Ge
Gris Ge
Follow up request for https://github.com/linux-system-roles/network/pull/529 Since this feature been added into `nm` provider of network role, we should do the same for `nmstate` provider of network role. Proposed YAML schema:...
Similar to https://issues.redhat.com/browse/RHEL-38623 ```yml --- interfaces: - name: br0 type: linux-bridge state: up bridge: port: - name: eth1 vlan: trunk-tags: - id-range: min: 3 max: 4096 ``` We should include...