[PATCH 1/2] bonding: Export path of master device property over DBUS

2012-01-11 Thread Thomas Graf
Adds a new master property to NMActiveConnection containing the path of the master NMDevice if the connection has a master. Signed-off-by: Thomas Graf tg...@redhat.com --- introspection/nm-active-connection.xml |3 ++ libnm-glib/libnm-glib.ver|1 +

[PATCH 2/2] cli: Print NMActiveConnection master property as MASTER-PATH

2012-01-11 Thread Thomas Graf
This is a proposal to include the NMActiveConnection master property in nmcli con status. Feel free to suggest a more user friendly method of printing this information. Signed-off-by: Thomas Graf tg...@redhat.com --- cli/src/connections.c |6 -- 1 files changed, 4 insertions(+), 2

Bearers in mixed CDMA+LTE modems

2012-01-11 Thread Aleksander Morgado
Hey, I believe we need a MMBearerType enum in the 0.6 API, so that we can tell in CreateBearer() whether we want a 3GPP or CDMA (well, or POTS) bearer. This property would be redundant for 3GPP-only, CDMA-only or POTS-only modems, but would be mandatory if we have a mixed 3GPP(LTE)+CDMA bearer.

[PATCH] core: add missing device state reasons

2012-01-11 Thread Thomas Bechtold
Some NMDeviceStateReason 's are not available in introspection/nm-device.xml Tom --- introspection/nm-device.xml | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml index 5fdda96..2f3aa8f 100644