Deleted Added
full compact
rc.conf.5 (166206) rc.conf.5 (166583)
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 166206 2007-01-24 09:22:56Z ceri $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 166583 2007-02-09 12:11:27Z flz $
26.\"
26.\"
27.Dd January 23, 2007
27.Dd February 9, 2007
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

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

1158.It Va cloned_interfaces
1159.Pq Vt str
1160Set to the list of clonable network interfaces to create on this host.
1161Entries in
1162.Va cloned_interfaces
1163are automatically appended to
1164.Va network_interfaces
1165for configuration.
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

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

1158.It Va cloned_interfaces
1159.Pq Vt str
1160Set to the list of clonable network interfaces to create on this host.
1161Entries in
1162.Va cloned_interfaces
1163are automatically appended to
1164.Va network_interfaces
1165for configuration.
1166.It Va fec_interfaces
1167.Pq Vt str
1168Set to the list of
1169.Xr ng_fec 4
1170Fast EtherChannel interfaces to configure on this host.
1171A
1172.Va fecconfig_ Ns Aq Ar interface
1173variable is assumed to exist for each value of
1174.Ar interface .
1175The value of this variable is used to configure link aggregated interfaces
1176according to the syntax of the
1177.Cm NGM_FEC_ADD_IFACE
1178to
1179.Xr ngctl 8
1180msg.
1181Additionally, this option ensures that each listed interface is created
1182via the
1183.Cm mkpeer
1184command to
1185.Xr ngctl 8
1186before attempting to configure it.
1187For example:
1188.Bd -literal
1189fec_interfaces="fec0"
1190fecconfig_fec0="em0 em1"
1191ifconfig_fec0="DHCP"
1192.Ed
1166.It Va gif_interfaces
1167.Pq Vt str
1168Set to the list of
1169.Xr gif 4
1170tunnel interfaces to configure on this host.
1171A
1172.Va gifconfig_ Ns Aq Ar interface
1173variable is assumed to exist for each value of

--- 2605 unchanged lines hidden ---
1193.It Va gif_interfaces
1194.Pq Vt str
1195Set to the list of
1196.Xr gif 4
1197tunnel interfaces to configure on this host.
1198A
1199.Va gifconfig_ Ns Aq Ar interface
1200variable is assumed to exist for each value of

--- 2605 unchanged lines hidden ---