Changes for page Open vSwitch

Last modified by Sebastian Marsching on 2022/05/29 14:05

From version 1.2
edited by Sebastian Marsching
on 2022/03/27 14:30
Change comment: Added tag [Linux,Network]
To version 2.1
edited by Sebastian Marsching
on 2022/03/27 14:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -OpenVSwitch
1 +Open VSwitch
Content
... ... @@ -199,7 +199,7 @@
199 199   The name of the OVS bridge that the port is added to.
200 200   </longdesc>
201 201   <shortdesc lang="en">Bridge name</shortdesc>
202 - <content type="string" default="" />
202 + <content type="string" default="" ></content>
203 203   </parameter>
204 204   <parameter name="interface" unique="1" required="1">
205 205   <longdesc lang="en">
... ... @@ -206,7 +206,7 @@
206 206   The name of the port and the corresponding interface.
207 207   </longdesc>
208 208   <shortdesc lang="en">Interface/port name</shortdesc>
209 - <content type="string" default="" />
209 + <content type="string" default="" ></content>
210 210   </parameter>
211 211   <parameter name="mac" unique="1" required="0">
212 212   <longdesc lang="en">
... ... @@ -214,15 +214,15 @@
214 214   a random MAC address is used.
215 215   </longdesc>
216 216   <shortdesc lang="en">Interface MAC address</shortdesc>
217 - <content type="string" default="" />
217 + <content type="string" default="" ></content>
218 218   </parameter>
219 219   </parameters>
220 220   <actions>
221 - <action name="start" timeout="20s" />
222 - <action name="stop" timeout="20s" />
223 - <action name="monitor" depth="0" timeout="20s" interval="15s" />
224 - <action name="validate-all" timeout="20s" />
225 - <action name="meta-data" timeout="5s" />
221 + <action name="start" timeout="20s" ></action>
222 + <action name="stop" timeout="20s" ></action>
223 + <action name="monitor" depth="0" timeout="20s" interval="15s" ></action>
224 + <action name="validate-all" timeout="20s" ></action>
225 + <action name="meta-data" timeout="5s" ></action>
226 226   </actions>
227 227  </resource-agent>
228 228  EOF
... ... @@ -342,7 +342,7 @@
342 342  exit $?
343 343  ```
344 344  
345 - We can now define a resource using `crm`:
345 +We can now define a resource using `crm`:
346 346  
347 347   primitive iface-ovsbr0p1 ocf:marsching:OVSPort \
348 348   params bridge="ovsbr0" interface="ovsbr0p1" mac="02:00:00:00:00:01" \