diff options
Diffstat (limited to 'static/freebsd/man4/disc.4 3.html')
| -rw-r--r-- | static/freebsd/man4/disc.4 3.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/static/freebsd/man4/disc.4 3.html b/static/freebsd/man4/disc.4 3.html new file mode 100644 index 00000000..0493e738 --- /dev/null +++ b/static/freebsd/man4/disc.4 3.html @@ -0,0 +1,51 @@ +<table class="head"> + <tr> + <td class="head-ltitle">DISC(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">DISC(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">disc</code> — <span class="Nd">software + discard network interface</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">device disc</code></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">disc</code> interface is a software discard + mechanism which may be used for performance analysis and/or software + testing. As with other network interfaces, the discard interface must have + network addresses assigned for each address family with which it is to be + used. These addresses may be set or changed with the + <code class="Dv">SIOCSIFADDR</code> <a class="Xr">ioctl(2)</a>.</p> +<p class="Pp">Each <code class="Nm">disc</code> interface is created at runtime + using interface cloning. This is most easily done with the + <a class="Xr">ifconfig(8)</a> <code class="Cm">create</code> command or + using the <var class="Va">cloned_interfaces</var> variable in + <a class="Xr">rc.conf(5)</a>.</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">inet(4)</a>, <a class="Xr">intro(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">disc</code> device appears to have been + derived from the <a class="Xr">lo(4)</a> device around the time of + <span class="Ux">4.4BSD</span>. This manpage was adapted from + <a class="Xr">lo(4)</a> and first appeared in <span class="Ux">FreeBSD + 5.0</span>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">May 25, 2002</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
