summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-06-10 10:16:39 -0700
committerDan Williams <dcbw@redhat.com>2010-06-10 10:16:39 -0700
commit763f2f1d01680093dea197fb4658eba6c1451483 (patch)
tree4240ab97a9a1058cc123289557dde4f29764f703 /introspection
parent69f25ca5cb413e41b1fcab9acf16501f6e1bdfc1 (diff)
core: expose device's IP interface when activated
Lets apps find out what the actual kernel interface name is for the device so they can do fun stuff with it.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-device.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml
index 02b7501344..016c121e72 100644
--- a/introspection/nm-device.xml
+++ b/introspection/nm-device.xml
@@ -9,7 +9,15 @@
</property>
<property name="Interface" type="s" access="read">
<tp:docstring>
- The network interface offered by the device.
+ The name of the device's control (and often data) interface.
+ </tp:docstring>
+ </property>
+ <property name="IpInterface" type="s" access="read">
+ <tp:docstring>
+ The name of the device's data interface when available. This property
+ may not refer to the actual data interface until the device has
+ successfully established a data connection, indicated by the device's
+ State becoming ACTIVATED.
</tp:docstring>
</property>
<property name="Driver" type="s" access="read">