GNOME Bugzilla – Bug 724547
network: allow selecting a specific VPN or virtual interface
Last modified: 2014-02-17 20:02:45 UTC
Overload the show-device operation to accept paths to NMConnections, which can be matched to VPN connections or unadopted virtual interfaces. This will be used by gnome-shell to implement the VPN Settings menu item.
Created attachment 269400 [details] [review] network: allow selecting a specific VPN or virtual interface
*** Bug 724545 has been marked as a duplicate of this bug. ***
Review of attachment 269400 [details] [review]: I'd do the notify_connections_read_cb() section of the patch in a separate commit. Looks good otherwise.
Created attachment 269465 [details] [review] network: allow selecting a specific VPN or virtual interface Overload the show-device operation to accept paths to NMConnections, which can be matched to VPN connections or unadopted virtual interfaces. This will be used by gnome-shell to implement the VPN Settings menu item.
Created attachment 269466 [details] [review] network: handle argv after cold-plugging connections To pick up show-device with a connection path (VPN or virtual), we need to handle the arguments again after the connections are read.
Attachment 269465 [details] pushed as 10ffa30 - network: allow selecting a specific VPN or virtual interface Attachment 269466 [details] pushed as 741f09f - network: handle argv after cold-plugging connections