Deleted Added
full compact
ifconfig.8 (168568) ifconfig.8 (168793)
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 168568 2007-04-10 03:35:42Z thompsa $
29.\" $FreeBSD: head/sbin/ifconfig/ifconfig.8 168793 2007-04-17 00:35:11Z thompsa $
30.\"
31.Dd April 10, 2007
32.Dt IFCONFIG 8
33.Os
34.Sh NAME
35.Nm ifconfig
36.Nd configure network interface parameters
37.Sh SYNOPSIS

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

1362to
1363.Ar value .
1364The default is calculated from the link speed.
1365To change a previously selected path cost back to automatic, set the
1366cost to 0.
1367The minimum is 1 and the maximum is 200000000.
1368.El
1369.Pp
30.\"
31.Dd April 10, 2007
32.Dt IFCONFIG 8
33.Os
34.Sh NAME
35.Nm ifconfig
36.Nd configure network interface parameters
37.Sh SYNOPSIS

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

1362to
1363.Ar value .
1364The default is calculated from the link speed.
1365To change a previously selected path cost back to automatic, set the
1366cost to 0.
1367The minimum is 1 and the maximum is 200000000.
1368.El
1369.Pp
1370The following parameters are specific to trunk interfaces:
1370The following parameters are specific to lagg interfaces:
1371.Bl -tag -width indent
1371.Bl -tag -width indent
1372.It Cm trunkport Ar interface
1372.It Cm laggport Ar interface
1373Add the interface named by
1374.Ar interface
1373Add the interface named by
1374.Ar interface
1375as a port of the trunk.
1376.It Cm -trunkport Ar interface
1375as a port of the aggregation interface.
1376.It Cm -laggport Ar interface
1377Remove the interface named by
1378.Ar interface
1377Remove the interface named by
1378.Ar interface
1379from the trunk.
1380.It Cm trunkproto Ar proto
1381Set the trunking protocol.
1379from the aggregation interface.
1380.It Cm laggproto Ar proto
1381Set the aggregation protocol.
1382The default is failover.
1383The available options are failover, fec, lacp, loadbalance, roundrobin and
1384none.
1385.El
1386.Pp
1387The following parameters are specific to IP tunnel interfaces,
1388.Xr gif 4 :
1389.Bl -tag -width indent

--- 286 unchanged lines hidden ---
1382The default is failover.
1383The available options are failover, fec, lacp, loadbalance, roundrobin and
1384none.
1385.El
1386.Pp
1387The following parameters are specific to IP tunnel interfaces,
1388.Xr gif 4 :
1389.Bl -tag -width indent

--- 286 unchanged lines hidden ---