Deleted Added
full compact
ifconfig.8 (287723) ifconfig.8 (287808)
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: stable/10/sbin/ifconfig/ifconfig.8 287723 2015-09-12 20:36:39Z hrs $
29.\" $FreeBSD: stable/10/sbin/ifconfig/ifconfig.8 287808 2015-09-15 05:19:10Z hiren $
30.\"
31.Dd September 12, 2015
32.Dt IFCONFIG 8
33.Os
34.Sh NAME
35.Nm ifconfig
36.Nd configure network interface parameters
37.Sh SYNOPSIS

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

2440means
2441.Dq enabled .
2442.It Cm -use_flowid
2443Disable local hash computation for RSS hash on the interface.
2444.It Cm flowid_shift Ar number
2445Set a shift parameter for RSS local hash computation.
2446Hash is calculated by using flowid bits in a packet header mbuf
2447which are shifted by the number of this parameter.
30.\"
31.Dd September 12, 2015
32.Dt IFCONFIG 8
33.Os
34.Sh NAME
35.Nm ifconfig
36.Nd configure network interface parameters
37.Sh SYNOPSIS

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

2440means
2441.Dq enabled .
2442.It Cm -use_flowid
2443Disable local hash computation for RSS hash on the interface.
2444.It Cm flowid_shift Ar number
2445Set a shift parameter for RSS local hash computation.
2446Hash is calculated by using flowid bits in a packet header mbuf
2447which are shifted by the number of this parameter.
2448.It Cm lacp_fast_timeout
2449Enable lacp fast-timeout on the interface.
2450.It Cm -lacp_fast_timeout
2451Disable lacp fast-timeout on the interface.
2448.El
2449.Pp
2450The following parameters are specific to IP tunnel interfaces,
2451.Xr gif 4 :
2452.Bl -tag -width indent
2453.It Cm tunnel Ar src_addr dest_addr
2454Configure the physical source and destination address for IP tunnel
2455interfaces.

--- 459 unchanged lines hidden ---
2452.El
2453.Pp
2454The following parameters are specific to IP tunnel interfaces,
2455.Xr gif 4 :
2456.Bl -tag -width indent
2457.It Cm tunnel Ar src_addr dest_addr
2458Configure the physical source and destination address for IP tunnel
2459interfaces.

--- 459 unchanged lines hidden ---