Deleted Added
full compact
ifconfig.8 (222527) ifconfig.8 (223735)
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 222527 2011-05-31 14:40:21Z bz $
29.\" $FreeBSD: head/sbin/ifconfig/ifconfig.8 223735 2011-07-03 12:22:02Z bz $
30.\"
30.\"
31.Dd May 31, 2011
31.Dd July 3, 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

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

291.It Cm -group Ar group-name
292Remove the interface from the given
293.Dq group .
294.It Cm eui64
295(Inet6 only.)
296Fill interface index
297(lowermost 64bit of an IPv6 address)
298automatically.
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

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

291.It Cm -group Ar group-name
292Remove the interface from the given
293.Dq group .
294.It Cm eui64
295(Inet6 only.)
296Fill interface index
297(lowermost 64bit of an IPv6 address)
298automatically.
299.It Cm fib Ar fib_number
300Specify interface FIB.
301A FIB
302.Ar fib_number
303is assigned to all frames or packets received on that interface.
304The FIB is not inherited, e.g. vlans or other sub-interfaces will use
305the default FIB (0) irrespective of the parent interface's FIB.
306The kernel needs to be tuned to support more than the default FIB
307using the
308.Va ROUTETABLES
309kernel configuration option, or the
310.Va net.fibs
311tunable.
299.It Cm ipdst
300This is used to specify an Internet host who is willing to receive
301IP packets encapsulating IPX packets bound for a remote network.
302An apparent point to point link is constructed, and
303the address specified will be taken as the IPX address and network
304of the destination.
305.It Cm maclabel Ar label
306If Mandatory Access Control support is enabled in the kernel,

--- 2274 unchanged lines hidden ---
312.It Cm ipdst
313This is used to specify an Internet host who is willing to receive
314IP packets encapsulating IPX packets bound for a remote network.
315An apparent point to point link is constructed, and
316the address specified will be taken as the IPX address and network
317of the destination.
318.It Cm maclabel Ar label
319If Mandatory Access Control support is enabled in the kernel,

--- 2274 unchanged lines hidden ---