Deleted Added
full compact
ifconfig.8 (165105) ifconfig.8 (166113)
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 165105 2006-12-11 23:46:40Z thompsa $
29.\" $FreeBSD: head/sbin/ifconfig/ifconfig.8 166113 2007-01-20 00:56:49Z marius $
30.\"
30.\"
31.Dd November 27, 2006
31.Dd January 20, 2007
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

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

337For IEEE 802.11 wireless interfaces that support multiple operating modes
338this directive is used to select between 802.11a
339.Pq Cm 11a ,
340802.11b
341.Pq Cm 11b ,
342and 802.11g
343.Pq Cm 11g
344operating modes.
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

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

337For IEEE 802.11 wireless interfaces that support multiple operating modes
338this directive is used to select between 802.11a
339.Pq Cm 11a ,
340802.11b
341.Pq Cm 11b ,
342and 802.11g
343.Pq Cm 11g
344operating modes.
345.It Cm inst Ar minst , Cm instance Ar minst
346Set the media instance to
347.Ar minst .
348This is useful for devices which have multiple physical layer interfaces
349.Pq PHYs .
345.It Cm name Ar name
346Set the interface name to
347.Ar name .
348.It Cm rxcsum , txcsum
349If the driver supports user-configurable checksum offloading,
350enable receive (or transmit) checksum offloading on the interface.
351Some drivers may not be able to enable these flags independently
352of each other, so setting one may also set the other.

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

1289Disable edge status on
1290.Ar interface .
1291.It Cm autoedge Ar interface
1292Allow
1293.Ar interface
1294to automatically detect edge status.
1295This is the default for all interfaces added to a bridge.
1296.It Cm -autoedge Ar interface
350.It Cm name Ar name
351Set the interface name to
352.Ar name .
353.It Cm rxcsum , txcsum
354If the driver supports user-configurable checksum offloading,
355enable receive (or transmit) checksum offloading on the interface.
356Some drivers may not be able to enable these flags independently
357of each other, so setting one may also set the other.

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

1294Disable edge status on
1295.Ar interface .
1296.It Cm autoedge Ar interface
1297Allow
1298.Ar interface
1299to automatically detect edge status.
1300This is the default for all interfaces added to a bridge.
1301.It Cm -autoedge Ar interface
1297Disable automatic edge status on
1302Disable automatic edge status on
1298.Ar interface .
1299.It Cm ptp Ar interface
1300Set the
1301.Ar interface
1302as a point to point link.
1303This is required for straight transitions to forwarding and
1304should be enabled on a direct link to another RSTP capable switch.
1305.It Cm -ptp Ar interface

--- 292 unchanged lines hidden ---
1303.Ar interface .
1304.It Cm ptp Ar interface
1305Set the
1306.Ar interface
1307as a point to point link.
1308This is required for straight transitions to forwarding and
1309should be enabled on a direct link to another RSTP capable switch.
1310.It Cm -ptp Ar interface

--- 292 unchanged lines hidden ---