Deleted Added
full compact
ifconfig.8 (228571) ifconfig.8 (228641)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
29.\" $FreeBSD: head/sbin/ifconfig/ifconfig.8 228571 2011-12-16 12:16:56Z glebius $
29.\" $FreeBSD: head/sbin/ifconfig/ifconfig.8 228641 2011-12-17 15:44:34Z bz $
30.\"
30.\"
31.Dd December 16, 2011
31.Dd December 17, 2011
32.Dt IFCONFIG 8
33.Os
34.Sh NAME
35.Nm ifconfig
36.Nd configure network interface parameters
37.Sh SYNOPSIS
38.Nm
39.Op Fl L

--- 378 unchanged lines hidden (view full) ---

418or
419magic (unicast or multicast frames with a ``magic contents'').
420Not all devices support WOL, those that do indicate the mechanisms
421they support in their capabilities.
422.Cm wol
423is a synonym for enabling all available WOL mechanisms.
424To disable WOL use
425.Fl wol .
32.Dt IFCONFIG 8
33.Os
34.Sh NAME
35.Nm ifconfig
36.Nd configure network interface parameters
37.Sh SYNOPSIS
38.Nm
39.Op Fl L

--- 378 unchanged lines hidden (view full) ---

418or
419magic (unicast or multicast frames with a ``magic contents'').
420Not all devices support WOL, those that do indicate the mechanisms
421they support in their capabilities.
422.Cm wol
423is a synonym for enabling all available WOL mechanisms.
424To disable WOL use
425.Fl wol .
426.It Cm vlanmtu , vlanhwtag, vlanhwfilter, vlanhwtso
426.It Cm vlanmtu , vlanhwtag, vlanhwfilter, vlanhwcsum, vlanhwtso
427If the driver offers user-configurable VLAN support, enable
428reception of extended frames, tag processing in hardware,
427If the driver offers user-configurable VLAN support, enable
428reception of extended frames, tag processing in hardware,
429frame filtering in hardware, or TSO on VLAN,
429frame filtering in hardware, checksum offloading, or TSO on VLAN,
430respectively.
431Note that this must be issued on a physical interface associated with
432.Xr vlan 4 ,
433not on a
434.Xr vlan 4
435interface itself.
436.It Fl vlanmtu , vlanhwtag, vlanhwfilter, vlanhwtso
437If the driver offers user-configurable VLAN support, disable

--- 2237 unchanged lines hidden ---
430respectively.
431Note that this must be issued on a physical interface associated with
432.Xr vlan 4 ,
433not on a
434.Xr vlan 4
435interface itself.
436.It Fl vlanmtu , vlanhwtag, vlanhwfilter, vlanhwtso
437If the driver offers user-configurable VLAN support, disable

--- 2237 unchanged lines hidden ---