lldp: fix name of NM_LLDP_ATTR_IEEE_802_1_VID string
authorThomas Haller <thaller@redhat.com>
Thu, 10 Mar 2016 15:24:48 +0000 (16:24 +0100)
committerThomas Haller <thaller@redhat.com>
Thu, 10 Mar 2016 15:46:50 +0000 (16:46 +0100)
Fixes: 07a9364d9c151bc3086a863759d31d0857ae011e

libnm-core/nm-dbus-interface.h

index 1b16cce..d76c564 100644 (file)
@@ -669,7 +669,7 @@ typedef enum /*< flags >*/ {
 #define NM_LLDP_ATTR_IEEE_802_1_PVID "ieee-802-1-pvid"
 #define NM_LLDP_ATTR_IEEE_802_1_PPVID "ieee-802-1-ppvid"
 #define NM_LLDP_ATTR_IEEE_802_1_PPVID_FLAGS "ieee-802-1-ppvid-flags"
-#define NM_LLDP_ATTR_IEEE_802_1_VID "ieee-802-1-pvid"
+#define NM_LLDP_ATTR_IEEE_802_1_VID "ieee-802-1-vid"
 #define NM_LLDP_ATTR_IEEE_802_1_VLAN_NAME "ieee-802-1-vlan-name"
 
 #define NM_LLDP_DEST_NEAREST_BRIDGE "nearest-bridge"