GNOME Bugzilla – Bug 757432
[review] lr/vpn-aliases: Add support for VPN service name aliases
Last modified: 2015-11-02 15:05:10 UTC
Makes it possible to rename the openswan plugin while keeping compatibility (and allows for possible better IPsec plugin interoperability in future). e53aa84 vpn-plugin-info: add vpn plugin service aliases 030a385 nm-glib: add g_strv_contains() dc30542 vpn-plugin-info: drop nm_vpn_plugin_info_get_service() http://cgit.freedesktop.org/NetworkManager/NetworkManager/log/?h=lr/vpn-aliases
Looks good.
>> nm-glib: add g_strv_contains() There is already _nm_utils_strv_find_first() which also - works with non-NULL terminated arrays - is save against various edge cases e.g. _nm_utils_strv_find_first(NULL, -1, "needle") works as expected. - returns the index, thus being more generally useful. Rest LGTM
afa6271 merge: branch 'lr/vpn-aliases' cde053c vpn-plugin-info: add vpn plugin service aliases 3517084 vpn-plugin-info: drop nm_vpn_plugin_info_get_service()