Deleted Added
full compact
ifconfig.8 (242705) ifconfig.8 (245230)
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 242705 2012-11-07 19:32:21Z wblock $
29.\" $FreeBSD: head/sbin/ifconfig/ifconfig.8 245230 2013-01-09 18:18:08Z ume $
30.\"
30.\"
31.Dd November 7, 2012
31.Dd January 10, 2013
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

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

711.Cm auto_linklocal
712flag is enabled, automatic configuration of a link-local address is
713performed.
714.It Cm nud
715Set a flag to enable Neighbor Unreachability Detection.
716.It Cm -nud
717Clear a flag
718.Cm nud .
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

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

711.Cm auto_linklocal
712flag is enabled, automatic configuration of a link-local address is
713performed.
714.It Cm nud
715Set a flag to enable Neighbor Unreachability Detection.
716.It Cm -nud
717Clear a flag
718.Cm nud .
719.It Cm no_prefer_iface
720Set a flag to not prefer address on the interface as candidates of the
721source address for outgoing packets, even when the interface is
722outgoing interface.
723.It Cm -no_prefer_iface
724Clear a flag
725.Cm no_prefer_iface .
719.El
720.Pp
721The following parameters are specific to cloning
722IEEE 802.11 wireless interfaces with the
723.Cm create
724request:
725.Bl -tag -width indent
726.It Cm wlandev Ar device

--- 2013 unchanged lines hidden ---
726.El
727.Pp
728The following parameters are specific to cloning
729IEEE 802.11 wireless interfaces with the
730.Cm create
731request:
732.Bl -tag -width indent
733.It Cm wlandev Ar device

--- 2013 unchanged lines hidden ---