27 lines
951 B
Diff
27 lines
951 B
Diff
From 3af6be7aa6f591a5d9889bd76a589ad3cd58a009 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= <jklimes@redhat.com>
|
|
Date: Fri, 17 Jul 2015 09:20:29 +0200
|
|
Subject: [PATCH 1/2] docs: fix a copy/paste error in description of VLAN flags
|
|
|
|
(cherry picked from commit 2af10ef4442311f08f30afc358b203a11c4c12b0)
|
|
---
|
|
libnm-core/nm-setting-vlan.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libnm-core/nm-setting-vlan.c b/libnm-core/nm-setting-vlan.c
|
|
index f622ddc..d904ad5 100644
|
|
--- a/libnm-core/nm-setting-vlan.c
|
|
+++ b/libnm-core/nm-setting-vlan.c
|
|
@@ -742,7 +742,7 @@ nm_setting_vlan_class_init (NMSettingVlanClass *setting_class)
|
|
* property: flags
|
|
* variable: VLAN_FLAGS, REORDER_HDR
|
|
* values: "GVRP", "LOOSE_BINDING" for VLAN_FLAGS; 0 or 1 for REORDER_HDR
|
|
- * description: Parent interface of the VLAN.
|
|
+ * description: VLAN flags.
|
|
* ---end---
|
|
*/
|
|
g_object_class_install_property
|
|
--
|
|
2.4.3
|
|
|