Deleted Added
full compact
ifconfig.8 (77217) ifconfig.8 (77385)
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" 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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
33.\" $FreeBSD: head/sbin/ifconfig/ifconfig.8 77217 2001-05-26 09:27:08Z phk $
33.\" $FreeBSD: head/sbin/ifconfig/ifconfig.8 77385 2001-05-29 09:13:44Z phk $
34.\"
35.Dd February 13, 1996
36.Dt IFCONFIG 8
37.Os BSD 4.2
38.Sh NAME
39.Nm ifconfig
40.Nd configure network interface parameters
41.Sh SYNOPSIS
42.Nm
43.Op Fl L
34.\"
35.Dd February 13, 1996
36.Dt IFCONFIG 8
37.Os BSD 4.2
38.Sh NAME
39.Nm ifconfig
40.Nd configure network interface parameters
41.Sh SYNOPSIS
42.Nm
43.Op Fl L
44.Op Fl m
44.Ar interface
45.Op Ar address_family
46.Oo
47.Ar address Ns Op Cm / Ns Ar prefixlength
48.Op Ar dest_address
49.Oc
50.Op Ar parameters
51.Nm
52.Fl a
53.Op Fl L
54.Op Fl d
45.Ar interface
46.Op Ar address_family
47.Oo
48.Ar address Ns Op Cm / Ns Ar prefixlength
49.Op Ar dest_address
50.Oc
51.Op Ar parameters
52.Nm
53.Fl a
54.Op Fl L
55.Op Fl d
56.Op Fl m
55.Op Fl u
56.Op Ar address_family
57.Nm
58.Fl l
59.Op Fl d
60.Op Fl u
61.Op Ar address_family
62.Nm
63.Op Fl L
64.Op Fl d
57.Op Fl u
58.Op Ar address_family
59.Nm
60.Fl l
61.Op Fl d
62.Op Fl u
63.Op Ar address_family
64.Nm
65.Op Fl L
66.Op Fl d
67.Op Fl m
65.Op Fl u
66.Sh DESCRIPTION
67.Nm Ifconfig
68is used to assign an address
69to a network interface and/or configure
70network interface parameters.
71.Nm Ifconfig
72must be used at boot time to define the network address

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

525when no optional parameters are supplied.
526If a protocol family is specified,
527.Nm
528will report only the details specific to that protocol family.
529.Pp
530If the driver does supports the media selection system, the supported
531media list will be included in the output.
532.Pp
68.Op Fl u
69.Sh DESCRIPTION
70.Nm Ifconfig
71is used to assign an address
72to a network interface and/or configure
73network interface parameters.
74.Nm Ifconfig
75must be used at boot time to define the network address

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

528when no optional parameters are supplied.
529If a protocol family is specified,
530.Nm
531will report only the details specific to that protocol family.
532.Pp
533If the driver does supports the media selection system, the supported
534media list will be included in the output.
535.Pp
536If the
537.Fl m
538flag is passed before an interface name, ifconfig will display all
539of the supported media for the specified interface.
533If
534.Fl L
535flag is supplied, address lifetime is displayed for IPv6 addresses,
536as time offset string.
537.Pp
538Optionally, the
539.Fl a
540flag may be used instead of an interface name. This flag instructs

--- 48 unchanged lines hidden ---
540If
541.Fl L
542flag is supplied, address lifetime is displayed for IPv6 addresses,
543as time offset string.
544.Pp
545Optionally, the
546.Fl a
547flag may be used instead of an interface name. This flag instructs

--- 48 unchanged lines hidden ---