summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
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 /etc/rc.d
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 'etc/rc.d')
-rw-r--r--etc/rc.d/netif3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.d/netif b/etc/rc.d/netif
index 61ef8e3..8e6203d 100644
--- a/etc/rc.d/netif
+++ b/etc/rc.d/netif
@@ -57,6 +57,9 @@ network_start()
# Create cloned interfaces
clone_up
+ # Create Fast EtherChannel interfaces
+ fec_up
+
# Create IPv6<-->IPv4 tunnels
gif_up
OpenPOWER on IntegriCloud