summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/virt.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/virt.4 4.html')
-rw-r--r--static/netbsd/man4/virt.4 4.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/static/netbsd/man4/virt.4 4.html b/static/netbsd/man4/virt.4 4.html
deleted file mode 100644
index 4e6a24e0..00000000
--- a/static/netbsd/man4/virt.4 4.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">VIRT(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">VIRT(4)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">virt</code> &#x2014; <span class="Nd">rump kernel
- virtual network interface</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">virt</code> interface acts as a link between
- a rump kernel and a host <a class="Xr">tap(4)</a> interface. Interface
- number &lt;n&gt; always corresponds with the host tap interface
- tap&lt;n&gt;. All data sent by <code class="Nm">virt</code> is written into
- <span class="Pa">/dev/tap&lt;n&gt;</span> and all data read from
- <span class="Pa">/dev/tap&lt;n&gt;</span> is passed as Ethernet input to the
- rump kernel.</p>
-<p class="Pp">A <code class="Nm">virt</code> interface can be created and
- destroyed in the normal fashion with <a class="Xr">ifconfig(8)</a>.</p>
-<p class="Pp">The host's <a class="Xr">tap(4)</a> interface can be further
- bridged with hardware interfaces to provide full Internet access to a rump
- kernel.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">rump(3)</a>, <a class="Xr">bridge(4)</a>,
- <a class="Xr">tap(4)</a>, <a class="Xr">brconfig(8)</a>,
- <a class="Xr">ifconfig(8)</a></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">July 3, 2013</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>