summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-02-09 12:11:27 +0000
committerflz <flz@FreeBSD.org>2007-02-09 12:11:27 +0000
commit1413639b9238c213f6fd20c22be81b638f394589 (patch)
tree78f9b3ec67fce1714ef34ec8691f0d068ea3c5f0 /share
parent7b85d2378302df5cccd582f50d21f1f39d1453bd (diff)
downloadFreeBSD-src-1413639b9238c213f6fd20c22be81b638f394589.zip
FreeBSD-src-1413639b9238c213f6fd20c22be81b638f394589.tar.gz
Add support for EtherChannel configuration to rc startup scripts.
Note: This also deprecates "NO" as a way to specify an empty list of interfaces for gif_interfaces. PR: conf/104884 Submitted by: nork Harassed by: brd Discussed with: brooks, dougb
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.529
1 files changed, 28 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 93a9fc3..92e5226 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 23, 2007
+.Dd February 9, 2007
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -1163,6 +1163,33 @@ Entries in
are automatically appended to
.Va network_interfaces
for configuration.
+.It Va fec_interfaces
+.Pq Vt str
+Set to the list of
+.Xr ng_fec 4
+Fast EtherChannel interfaces to configure on this host.
+A
+.Va fecconfig_ Ns Aq Ar interface
+variable is assumed to exist for each value of
+.Ar interface .
+The value of this variable is used to configure link aggregated interfaces
+according to the syntax of the
+.Cm NGM_FEC_ADD_IFACE
+to
+.Xr ngctl 8
+msg.
+Additionally, this option ensures that each listed interface is created
+via the
+.Cm mkpeer
+command to
+.Xr ngctl 8
+before attempting to configure it.
+For example:
+.Bd -literal
+fec_interfaces="fec0"
+fecconfig_fec0="em0 em1"
+ifconfig_fec0="DHCP"
+.Ed
.It Va gif_interfaces
.Pq Vt str
Set to the list of
OpenPOWER on IntegriCloud