Comment 4 for bug 353835

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

No, it's supported in NM regardless of the distro used; it's just not easy to configure; depends on the proper use of the config files. Closing as Fix Released.

To configure it you'll need to create a new connection manually in /etc/NetworkManager/system-connections; something like a file "VLAN615", with the following contents (uuid needs to be generated, which can be done with 'uuidgen -r'):

[connection]
id=VLAN615
uuid=ed3b2385-9016-45c6-a277-fa7e5be8fe9d
type=vlan

[vlan]
parent=eth0
id=615

[ipv6]
method=auto

[ipv4]
method=auto