Skip to content

Commit

Permalink
deploy: 77f0b82
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Nov 25, 2024
1 parent a0865c6 commit 89f9e31
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 32 deletions.
12 changes: 7 additions & 5 deletions host-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,15 @@ <h2 id="microvmhosttapscript"><a class="header" href="#microvmhosttapscript">mic
<code>systemd.services."microvm-tap-interfaces@%i.service".enable = false</code></p>
<p><em>Type:</em>
strings concatenated with “\n”</p>
<p><em>Default:</em>
<code>"''/nix/store/p6c92mx3kmnqcr482d16qqz67yqam72p-iproute2-6.10.0/bin/ip link set \"$id\" up"</code></p>
<p><em>Example:</em></p>
<p><em>Default:</em></p>
<pre><code>''
# Attach tap interface to bridge br0, and bring it up
''${pkgs.iproute2}/bin/ip link set "$id" master br0 up
/nix/store/p6c92mx3kmnqcr482d16qqz67yqam72p-iproute2-6.10.0/bin/ip link set "$id" up
''
</code></pre>
<p><em>Example:</em></p>
<pre><code># Attach tap interface to bridge br0, and bring it up
"/nix/store/p6c92mx3kmnqcr482d16qqz67yqam72p-iproute2-6.10.0/bin/ip link set \"$id\" master br0 up"

</code></pre>
<p><em>Declared by:</em></p>
<ul>
Expand Down
21 changes: 11 additions & 10 deletions microvm-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,16 +247,17 @@ <h2 id="microvmdevices"><a class="header" href="#microvmdevices">microvm.devices
<code>[ ]</code></p>
<p><em>Example:</em></p>
<pre><code>[ {
bus = "pci";
path = "0000:01:00.0";
} {
bus = "pci";
path = "0000:01:01.0";
} {
# QEMU only
bus = "usb";
path = "vendorid=0xabcd,productid=0x0123";
} ]
bus = "pci";
path = "0000:01:00.0";
} {
bus = "pci";
path = "0000:01:01.0";
} {
# QEMU only
bus = "usb";
path = "vendorid=0xabcd,productid=0x0123";
} ]

</code></pre>
<p><em>Declared by:</em></p>
<ul>
Expand Down
33 changes: 18 additions & 15 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,16 +585,17 @@ <h2 id="microvmdevices"><a class="header" href="#microvmdevices">microvm.devices
<code>[ ]</code></p>
<p><em>Example:</em></p>
<pre><code>[ {
bus = "pci";
path = "0000:01:00.0";
} {
bus = "pci";
path = "0000:01:01.0";
} {
# QEMU only
bus = "usb";
path = "vendorid=0xabcd,productid=0x0123";
} ]
bus = "pci";
path = "0000:01:00.0";
} {
bus = "pci";
path = "0000:01:01.0";
} {
# QEMU only
bus = "usb";
path = "vendorid=0xabcd,productid=0x0123";
} ]

</code></pre>
<p><em>Declared by:</em></p>
<ul>
Expand Down Expand Up @@ -1487,13 +1488,15 @@ <h2 id="microvmhosttapscript"><a class="header" href="#microvmhosttapscript">mic
<code>systemd.services."microvm-tap-interfaces@%i.service".enable = false</code></p>
<p><em>Type:</em>
strings concatenated with “\n”</p>
<p><em>Default:</em>
<code>"''/nix/store/p6c92mx3kmnqcr482d16qqz67yqam72p-iproute2-6.10.0/bin/ip link set \"$id\" up"</code></p>
<p><em>Example:</em></p>
<p><em>Default:</em></p>
<pre><code>''
# Attach tap interface to bridge br0, and bring it up
''${pkgs.iproute2}/bin/ip link set "$id" master br0 up
/nix/store/p6c92mx3kmnqcr482d16qqz67yqam72p-iproute2-6.10.0/bin/ip link set "$id" up
''
</code></pre>
<p><em>Example:</em></p>
<pre><code># Attach tap interface to bridge br0, and bring it up
"/nix/store/p6c92mx3kmnqcr482d16qqz67yqam72p-iproute2-6.10.0/bin/ip link set \"$id\" master br0 up"

</code></pre>
<p><em>Declared by:</em></p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 89f9e31

Please sign in to comment.