NetworkManager/include
Dan Winship 960c1ae8ff vpn: support IPv6 over VPNs
Add new API to allow passing both IPv4 and IPv6 configuration
information from VPN plugins to the backend.

Now instead of a single Ip4Config, a plugin has Config, Ip4Config, and
Ip6Config. "Config" contains information which is neither IPv4 nor
IPv6 specific, and also indicates which of Ip4Config and Ip6Config are
present. Ip4Config now only contains the IPv4-specific bits of
configuration.

There is backward compatibility in both directions: if the daemon is
new and the VPN plugin is old, then NM will notice that the plugin
emitted the Ip4Config signal without having emitted the Config signal
first, and so will assume that it is IPv4-only, and that the generic
bits of configuration have been included with the Ip4Config. If the
daemon is old and the plugin is new, then NMVPNPlugin will copy the
values from the generic config into the IPv4 config as well. (In fact,
NMVPNPlugin *always* does this, because it's harmless, and it's easier
than actually checking the daemon version.)

Currently the VPN is still configured all-at-once, after both IPv4 and
IPv6 information has been received, but the APIs allow for the
possibility of configuring them one at a time in the future.
2012-05-30 14:24:46 -04:00
..
Makefile.am wifi: make wireless-helper.h private to src/ 2011-11-09 21:28:02 -06:00
NetworkManager.h adsl: initial PPPoE support for ADSL devices 2012-05-18 15:42:56 -05:00
NetworkManagerVPN.h vpn: support IPv6 over VPNs 2012-05-30 14:24:46 -04:00
nm-dbus-glib-types.h libnm-util: add gateway member to IPv6 addresses 2010-04-17 10:26:53 -07:00
nm-glib-compat.h libnm-glib: fix build on older glib without g_clear_object() 2012-04-27 15:04:29 -05:00
nm-settings-flags.h vpn: fix handling of connections with only system secrets 2011-06-15 12:19:47 -05:00
nm-test-helpers.h test: whitespace cleanup 2009-05-09 23:58:13 -04:00
nm-version.h.in include: add NM_CHECK_VERSION define 2011-03-02 17:16:27 -06:00