Skip to content

Support ovs-port trunks

Beniamino Galvani requested to merge bg/ovs-port-trunks into main

Add a new ovs-port.trunks property that indicates which VLANs are trunked by the port.

At ovsdb level the property is just an array of integers; on the command line, ovs-vsctl accepts ranges and expands them.

In NetworkManager the ovs-port setting stores the trunks directly as a list of ranges.

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

Edited by Beniamino Galvani

Merge request reports