Skip to content

WIP: all: support bridge vlan ranges

Beniamino Galvani requested to merge bg/bridge-vlan-ranges into master

In some cases it is convenient to specify ranges of bridge vlans, as already supported by iproute2 and natively by kernel. With this commit it becomes possible to add a range in this way:

nmcli connection modify eth0-slave +bridge-port.vlans "100-200 untagged"

vlan ranges can't be PVIDs because only one PVID vlan can exist.

https://bugzilla.redhat.com/show_bug.cgi?id=1652910

Merge request reports