Deleted Added
full compact
ifconfig.8 (128073) ifconfig.8 (128113)
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 128073 2004-04-09 19:58:40Z markm $
29.\" $FreeBSD: head/sbin/ifconfig/ifconfig.8 128113 2004-04-11 13:36:52Z ru $
30.\"
30.\"
31.Dd March 30, 2004
31.Dd April 11, 2004
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

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

327Some drivers may not be able to enable these flags independently
328of each other, so setting one may also set the other.
329The driver will offload as much checksum work as it can reliably
330support, the exact level of offloading varies between drivers.
331.It Fl rxcsum , Fl txcsum
332If the driver supports user-configurable checksum offloading,
333disable receive (or transmit) checksum offloading on the interface.
334These settings may not always be independent of each other.
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

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

327Some drivers may not be able to enable these flags independently
328of each other, so setting one may also set the other.
329The driver will offload as much checksum work as it can reliably
330support, the exact level of offloading varies between drivers.
331.It Fl rxcsum , Fl txcsum
332If the driver supports user-configurable checksum offloading,
333disable receive (or transmit) checksum offloading on the interface.
334These settings may not always be independent of each other.
335.It Cm polling
336If the driver has user-configurable
337.Xr polling 4
338support, select the polling mode on the interface.
339.It Fl polling
340If the driver has user-configurable
341.Xr polling 4
342support, select the interrupt mode on the interface.
335.It Cm tunnel Ar src_addr dest_addr
336(IP tunnel devices only.)
337Configure the physical source and destination address for IP tunnel
338interfaces
339.Pq Xr gif 4 .
340The arguments
341.Ar src_addr
342and

--- 488 unchanged lines hidden ---
343.It Cm tunnel Ar src_addr dest_addr
344(IP tunnel devices only.)
345Configure the physical source and destination address for IP tunnel
346interfaces
347.Pq Xr gif 4 .
348The arguments
349.Ar src_addr
350and

--- 488 unchanged lines hidden ---