On Wed, May 8, 2024 at 7:43 PM Leigh Brown <[email protected]> wrote: > > Add `vlan' string field to libxl_device_nic, to allow a VLAN > configuration to be specified for the VIF when adding it to the > bridge device. > > Update libxl_nic.c to read and write the vlan field from the > xenstore. > > This provides the capability for supported operating systems (e.g. > Linux) to perform VLAN filtering on bridge ports. The Xen > hotplug scripts need to be updated to read this information from > the xenstore and perform the required configuration. > > Signed-off-by: Leigh Brown <[email protected]>
Reviewed-by: Jason Andryuk <[email protected]> I think vlan is a better name than vid for the field. Thanks, Jason
