Is your feature request related to a problem? Please describe.
VLAN tagging is not supported. Users cannot create or manage VLAN interfaces (e.g., eth0.100) for network segmentation.
Describe the solution you'd like
Add support for creating and managing VLAN interfaces with configurable VLAN IDs and parent device selection.
For Developers- what would your solution be?
Additional context
Is your feature request related to a problem? Please describe.
VLAN tagging is not supported. Users cannot create or manage VLAN interfaces (e.g., eth0.100) for network segmentation.
Describe the solution you'd like
Add support for creating and managing VLAN interfaces with configurable VLAN IDs and parent device selection.
For Developers- what would your solution be?
proxies.rsfororg.freedesktop.NetworkManager.Device.Vlanvlan_builders.rswithbuild_vlan_connection()that accepts parent device and VLAN IDvlan.rsmodule withcreate_vlan(parent_interface, vlan_id)functionDeviceTypeenum (VLAN type code: 19)Additional context