GNOME Bugzilla – Bug 766623
[review] vpn-plugin-split for nm-libreswan and nm-pptp [th/vpn-editor-split-bgo766623]
Last modified: 2016-05-23 07:18:34 UTC
Like done for nm-vpnc and nm-openvpn, now also for nm-libreswan and nm-pptp. - split the libnm plugin in a core and GTK part. - add shared directory - move files around and adjust makefiles. Afterwards, the result looks similar to what is on nm-openvpn (bug 765732) nm-vpnc (bgo 766170). (yes, for pptp the core-part is pretty empty and the core-part itself has almost no functionality yet. I think this split will have more use in the future, as nmcli already now can use the core-plugin. So there is more incentive to extend the core-plugin. The plugin split is a prerequisite for that).
nm-libreswan: https://git.gnome.org/browse/network-manager-libreswan/log/?h=th/vpn-editor-split-bgo766623 nm-pptp: https://git.gnome.org/browse/network-manager-pptp/log/?h=th/vpn-editor-split-bgo766623
reminder: nm-pptp doesn't have supports-multiple-connections (--bus-name) yet. Will be added after merging this branch.
merged to master: nm-pptp: https://git.gnome.org/browse/network-manager-pptp/commit/?id=10133bc7292b292760819609e0fcf4e7c54af687 nm-libreswan: https://git.gnome.org/browse/network-manager-libreswan/commit/?id=32202d1b195663e3b45b930296bb7b449810d531
(In reply to Thomas Haller from comment #2) > reminder: nm-pptp doesn't have supports-multiple-connections (--bus-name) > yet. Will be added after merging this branch. no, it's already there. Just missed it.