Deleted Added
full compact
ifconfig.8 (232316) ifconfig.8 (232629)
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 232316 2012-02-29 21:11:02Z brueffer $
29.\" $FreeBSD: head/sbin/ifconfig/ifconfig.8 232629 2012-03-06 22:58:13Z thompsa $
30.\"
31.Dd February 29, 2012
32.Dt IFCONFIG 8
33.Os
34.Sh NAME
35.Nm ifconfig
36.Nd configure network interface parameters
37.Sh SYNOPSIS

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

2304Remove the interface named by
2305.Ar interface
2306from the aggregation interface.
2307.It Cm laggproto Ar proto
2308Set the aggregation protocol.
2309The default is failover.
2310The available options are failover, fec, lacp, loadbalance, roundrobin and
2311none.
30.\"
31.Dd February 29, 2012
32.Dt IFCONFIG 8
33.Os
34.Sh NAME
35.Nm ifconfig
36.Nd configure network interface parameters
37.Sh SYNOPSIS

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

2304Remove the interface named by
2305.Ar interface
2306from the aggregation interface.
2307.It Cm laggproto Ar proto
2308Set the aggregation protocol.
2309The default is failover.
2310The available options are failover, fec, lacp, loadbalance, roundrobin and
2311none.
2312.It Cm lagghash Ar option Ns Oo , Ns Ar option Oc
2313Set the packet layers to hash for aggregation protocols which load balance.
2314The default is
2315.Dq l2,l3,l4 .
2316The options can be combined using commas.
2317.Pp
2318.Bl -tag -width ".Cm l2" -compact
2319.It Cm l2
2320src/dst mac address and optional vlan number.
2321.It Cm l3
2322src/dst address for IPv4 or IPv6.
2323.It Cm l4
2324src/dst port for TCP/UCP/SCTP.
2312.El
2313.Pp
2325.El
2326.Pp
2327.El
2328.Pp
2314The following parameters are specific to IP tunnel interfaces,
2315.Xr gif 4 :
2316.Bl -tag -width indent
2317.It Cm tunnel Ar src_addr dest_addr
2318Configure the physical source and destination address for IP tunnel
2319interfaces.
2320The arguments
2321.Ar src_addr

--- 354 unchanged lines hidden ---
2329The following parameters are specific to IP tunnel interfaces,
2330.Xr gif 4 :
2331.Bl -tag -width indent
2332.It Cm tunnel Ar src_addr dest_addr
2333Configure the physical source and destination address for IP tunnel
2334interfaces.
2335The arguments
2336.Ar src_addr

--- 354 unchanged lines hidden ---