Deleted Added
sdiff udiff text old ( 232316 ) new ( 232629 )
full compact
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 $
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.El
2313.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 ---