summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-06-12 09:59:38 -0500
committerDan Williams <dcbw@redhat.com>2014-07-23 14:26:39 -0500
commit75fa46bd19dd63f78bf0990e69219e416e6354ea (patch)
tree683ab077b8fe20cd05a73c9cd2bbc355697ad518 /introspection
parentaf1f183b3d1a38548be96cf41e835847e89b953b (diff)
downloadNetworkManager-75fa46bd19dd63f78bf0990e69219e416e6354ea.tar.gz
ppp: add IPv6 support
Add support for IPv6 to the pppd plugin and return the interface identifiers to NetworkManager. Use those to construct the IPv6LL addresses for the PPP interface and the peer.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-ppp-manager.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/introspection/nm-ppp-manager.xml b/introspection/nm-ppp-manager.xml
index 9e2dfdb1c3..2867daf979 100644
--- a/introspection/nm-ppp-manager.xml
+++ b/introspection/nm-ppp-manager.xml
@@ -14,6 +14,11 @@
<arg name="config" type="a{sv}" direction="in"/>
</method>
+ <method name="SetIp6Config">
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_set_ip6_config"/>
+ <arg name="config" type="a{sv}" direction="in"/>
+ </method>
+
<method name="SetState">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_set_state"/>
<arg name="state" type="u" direction="in"/>