Changes for page Open vSwitch
Last modified by Sebastian Marsching on 2022/05/29 14:05
From version 3.2
edited by Sebastian Marsching
on 2022/03/27 14:31
on 2022/03/27 14:31
Change comment:
Update document after refactoring.
To version 1.1
edited by Sebastian Marsching
on 2022/03/27 14:29
on 2022/03/27 14:29
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Open _vSwitch1 +OpenVSwitch - Tags
-
... ... @@ -1,1 +1,0 @@ 1 -Linux|Network - 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="" ></content>202 + <content type="string" default="" /> 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="" ></content>209 + <content type="string" default="" /> 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="" ></content>217 + <content type="string" default="" /> 218 218 </parameter> 219 219 </parameters> 220 220 <actions> 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>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" /> 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" \