libnm-glib: add NMDeviceVlan

And fix a small bug with bond devices too if their device type
isnt' set at construction time.
This commit is contained in:
Dan Williams
2012-03-07 11:44:25 -06:00
parent dc6341acec
commit c02702e574
6 changed files with 394 additions and 1 deletions

View File

@@ -50,6 +50,7 @@
#define NM_DBUS_INTERFACE_DHCP6_CONFIG NM_DBUS_INTERFACE ".DHCP6Config"
#define NM_DBUS_INTERFACE_DEVICE_INFINIBAND NM_DBUS_INTERFACE_DEVICE ".Infiniband"
#define NM_DBUS_INTERFACE_DEVICE_BOND NM_DBUS_INTERFACE_DEVICE ".Bond"
#define NM_DBUS_INTERFACE_DEVICE_VLAN NM_DBUS_INTERFACE_DEVICE ".Vlan"
#define NM_DBUS_IFACE_SETTINGS "org.freedesktop.NetworkManager.Settings"