diff options
Diffstat (limited to 'libnm/nm-settings-docs.xml')
| -rw-r--r-- | libnm/nm-settings-docs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/nm-settings-docs.xml b/libnm/nm-settings-docs.xml index f5d7b688..8deac083 100644 --- a/libnm/nm-settings-docs.xml +++ b/libnm/nm-settings-docs.xml @@ -269,13 +269,13 @@ <property name="rstp-enable" name_upper="RSTP_ENABLE" type="boolean" default="FALSE" description="Enable or disable RSTP." /> <property name="stp-enable" name_upper="STP_ENABLE" type="boolean" default="FALSE" description="Enable or disable STP." /> </setting> - <setting name="ovs-interface" description="OpenVSwitch Interface Settings" name_upper="OVS_INTERFACE" > + <setting name="ovs-interface" description="Open vSwitch Interface Settings" name_upper="OVS_INTERFACE" > <property name="name" name_upper="NAME" type="string" default="ovs-interface" description="The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"." /> <property name="type" name_upper="TYPE" type="string" description="The interface type. Either "internal", or empty." /> </setting> <setting name="ovs-patch" description="OvsPatch Link Settings" name_upper="OVS_PATCH" > <property name="name" name_upper="NAME" type="string" default="ovs-patch" description="The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired"." /> - <property name="peer" name_upper="PEER" type="string" description="Specifies the unicast destination IP address of a remote OpenVSwitch bridge port to connect to." /> + <property name="peer" name_upper="PEER" type="string" description="Specifies the unicast destination IP address of a remote Open vSwitch bridge port to connect to." /> </setting> <setting name="ovs-port" description="OvsPort Link Settings" name_upper="OVS_PORT" > <property name="bond-downdelay" name_upper="BOND_DOWNDELAY" type="uint32" default="0" description="The time port must be inactive in order to be considered down." /> |