libnm-util: remove InfiniBand references in NMSettingVlan

IPoIB doesn't support VLANs (it has something similar done
differently), so remove the references to it in the docs.
This commit is contained in:
Dan Winship 2012-07-30 20:36:37 -04:00
parent 61bb3738cb
commit 1814fbca71

View file

@ -614,8 +614,7 @@ nm_setting_vlan_class_init (NMSettingVlanClass *setting_class)
* a default name will be constructed from the interface described by the * a default name will be constructed from the interface described by the
* parent interface and the #NMSettingVlan:id , ex 'eth2.1'. The parent * parent interface and the #NMSettingVlan:id , ex 'eth2.1'. The parent
* interface may be given by the #NMSettingVlan:parent property or by a * interface may be given by the #NMSettingVlan:parent property or by a
* hardware address property, eg #NMSettingWired:mac-address or * hardware address property, eg #NMSettingWired:mac-address.
* #NMSettingInfiniband:mac-address.
**/ **/
g_object_class_install_property g_object_class_install_property
(object_class, PROP_IFACE_NAME, (object_class, PROP_IFACE_NAME,
@ -627,8 +626,8 @@ nm_setting_vlan_class_init (NMSettingVlanClass *setting_class)
"parent interface and the 'id' property, ex " "parent interface and the 'id' property, ex "
"'eth2.1'. The parent interface may be given by " "'eth2.1'. The parent interface may be given by "
"the 'parent' property or by a hardware address " "the 'parent' property or by a hardware address "
"property, eg the 'wired' or 'infiniband' " "property, eg the 'wired' settings' 'mac-address' "
"settings' 'mac-address' property.", "property.",
NULL, NULL,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE)); G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE));
@ -638,8 +637,7 @@ nm_setting_vlan_class_init (NMSettingVlanClass *setting_class)
* If given, specifies the parent interface name or parent connection UUID * If given, specifies the parent interface name or parent connection UUID
* from which this VLAN interface should be created. If this property is * from which this VLAN interface should be created. If this property is
* not specified, the connection must contain a hardware address in a * not specified, the connection must contain a hardware address in a
* hardware-specific setting, like #NMSettingWired:mac-address or * hardware-specific setting, like #NMSettingWired:mac-address.
* #NMSettingInfiniband:mac-address.
**/ **/
g_object_class_install_property g_object_class_install_property
(object_class, PROP_PARENT, (object_class, PROP_PARENT,
@ -650,8 +648,7 @@ nm_setting_vlan_class_init (NMSettingVlanClass *setting_class)
"interface should be created. If this property is " "interface should be created. If this property is "
"not specified, the connection must contain a " "not specified, the connection must contain a "
"hardware address in a hardware-specific setting, " "hardware address in a hardware-specific setting, "
"like the 'wired' or 'infiniband' settings' " "like the 'wired' settings' 'mac-address' property.",
"'mac-address' property.",
NULL, NULL,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE)); G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE));