diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:59:05 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:59:05 -0400 |
| commit | 1f19f33e45791ea59aed048796fc68672c6723a5 (patch) | |
| tree | 54625fba89e91d1c2177801ec635e8528bba937f /static/netbsd/man4/virt.4 4.html | |
| parent | ac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff) | |
docs: Removed Precompiled HTML
Diffstat (limited to 'static/netbsd/man4/virt.4 4.html')
| -rw-r--r-- | static/netbsd/man4/virt.4 4.html | 42 |
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> — <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 <n> always corresponds with the host tap interface - tap<n>. All data sent by <code class="Nm">virt</code> is written into - <span class="Pa">/dev/tap<n></span> and all data read from - <span class="Pa">/dev/tap<n></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> |
