Deleted Added
full compact
rc.conf.5 (253290) rc.conf.5 (253924)
1.\" Copyright (c) 1995
2.\" Jordan K. Hubbard
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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1995
2.\" Jordan K. Hubbard
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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 253290 2013-07-12 22:02:11Z gjb $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 253924 2013-08-04 06:36:17Z hrs $
26.\"
26.\"
27.Dd July 12, 2013
27.Dd July 22, 2013
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION
34The file
35.Nm

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

1646.Pq Vt str
1647Set to the list of clonable network interfaces to create on this host.
1648Further cloning arguments may be passed to the
1649.Xr ifconfig 8
1650.Cm create
1651command for each interface by setting the
1652.Va create_args_ Ns Aq Ar interface
1653variable.
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION
34The file
35.Nm

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

1646.Pq Vt str
1647Set to the list of clonable network interfaces to create on this host.
1648Further cloning arguments may be passed to the
1649.Xr ifconfig 8
1650.Cm create
1651command for each interface by setting the
1652.Va create_args_ Ns Aq Ar interface
1653variable.
1654If an interface name is specified with
1655.Dq :sticky
1656keyword,
1657the interface will not be destroyed even when
1658.Pa rc.d/netif
1659script is invoked with
1660.Dq stop
1661argument.
1662This is useful when reconfiguring the interface without destroying it.
1654Entries in
1655.Va cloned_interfaces
1656are automatically appended to
1657.Va network_interfaces
1658for configuration.
1663Entries in
1664.Va cloned_interfaces
1665are automatically appended to
1666.Va network_interfaces
1667for configuration.
1668.It Va cloned_interfaces_sticky
1669.Pq Vt bool
1670This variable is to globally enable functionality of
1671.Dq :sticky
1672keyword in
1673.Va cloned_interfaces
1674for all interfaces.
1675The default value is
1676.Dq NO .
1677Even if this variable is specified to
1678.Dq YES ,
1679.Dq :nosticky
1680keyword can be used to override it on per interface basis.
1659.It Va fec_interfaces
1660.Pq Vt str
1661Set to the list of
1662.Xr ng_fec 4
1663Fast EtherChannel interfaces to configure on this host.
1664A
1665.Va fecconfig_ Ns Aq Ar interface
1666variable is assumed to exist for each value of

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

1680For example:
1681.Bd -literal
1682fec_interfaces="fec0"
1683fecconfig_fec0="em0 em1"
1684ifconfig_fec0="DHCP"
1685.Ed
1686.It Va gif_interfaces
1687.Pq Vt str
1681.It Va fec_interfaces
1682.Pq Vt str
1683Set to the list of
1684.Xr ng_fec 4
1685Fast EtherChannel interfaces to configure on this host.
1686A
1687.Va fecconfig_ Ns Aq Ar interface
1688variable is assumed to exist for each value of

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

1702For example:
1703.Bd -literal
1704fec_interfaces="fec0"
1705fecconfig_fec0="em0 em1"
1706ifconfig_fec0="DHCP"
1707.Ed
1708.It Va gif_interfaces
1709.Pq Vt str
1710This variable is deprecated in favor of
1711.Va cloned_interfaces .
1688Set to the list of
1689.Xr gif 4
1690tunnel interfaces to configure on this host.
1691A
1692.Va gifconfig_ Ns Aq Ar interface
1693variable is assumed to exist for each value of
1694.Ar interface .
1695The value of this variable is used to configure the link layer of the

--- 3084 unchanged lines hidden ---
1712Set to the list of
1713.Xr gif 4
1714tunnel interfaces to configure on this host.
1715A
1716.Va gifconfig_ Ns Aq Ar interface
1717variable is assumed to exist for each value of
1718.Ar interface .
1719The value of this variable is used to configure the link layer of the

--- 3084 unchanged lines hidden ---