Skip to content

Commit

Permalink
Update documentation to commit a4cd34a
Browse files Browse the repository at this point in the history
commit a4cd34a
Merge: dcd6122 e55ef32
Author:     mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 19 08:55:08 2023 +0000
Commit:     GitHub <noreply@github.com>
CommitDate: Tue Dec 19 08:55:08 2023 +0000

    Merge pull request #5399 from Martchus/doc

    Document further ovs commands
  • Loading branch information
CI committed Dec 20, 2023
1 parent 46d2cf4 commit 64d3359
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/testapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ <h5 id="_backend_get_wait_still_screen_on_here_doc_input">backend_get_wait_still
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-12-14 02:27:48 UTC
Last updated 2023-12-20 02:27:10 UTC
</div>
</div>
</body>
Expand Down
Binary file modified docs/current.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10138,7 +10138,9 @@ <h3 id="_debugging_open_vswitch_configuration">Debugging Open vSwitch Configurat
<pre class="pygments highlight"><code data-lang="sh"><span></span>ovs-vsctl<span class="tok-w"> </span>show<span class="tok-w"> </span><span class="tok-c1"># shows the bridge br1, the tap devices are assigned to it</span>
ovs-ofctl<span class="tok-w"> </span>dump-flows<span class="tok-w"> </span>br1<span class="tok-w"> </span><span class="tok-c1"># shows the rules installed by os-autoinst-openvswitch in table=0</span>
ovs-dpctl<span class="tok-w"> </span>show<span class="tok-w"> </span><span class="tok-c1"># show basic info on all datapaths</span>
ovs-dpctl<span class="tok-w"> </span>dump-flows<span class="tok-w"> </span><span class="tok-c1"># displays flows in datapaths</span></code></pre>
ovs-dpctl<span class="tok-w"> </span>dump-flows<span class="tok-w"> </span><span class="tok-c1"># displays flows in datapaths</span>
ovs-appctl<span class="tok-w"> </span>stp/show<span class="tok-w"> </span><span class="tok-c1"># show stp information</span>
ovs-appctl<span class="tok-w"> </span>fdb/show<span class="tok-w"> </span>br1<span class="tok-w"> </span><span class="tok-c1"># show MAC address table</span></code></pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -12462,7 +12464,7 @@ <h3 id="_developing_tests_with_container_setup">Developing tests with container
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-12-14 02:24:13 UTC
Last updated 2023-12-20 02:24:17 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 64d3359

Please sign in to comment.