summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-10-22 09:35:14 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-10-28 15:02:41 -0500
commita75a9940b0786ae8c531a22bd6477799d0b0549a (patch)
treec2f2512ac1928ea84feae1b5b05b0965539791ba
parente27f0acc6039e828d1142e7743d5b463aa05f403 (diff)
downloadopenrc-a75a9940b0786ae8c531a22bd6477799d0b0549a.tar.gz
openrc-a75a9940b0786ae8c531a22bd6477799d0b0549a.tar.bz2
openrc-a75a9940b0786ae8c531a22bd6477799d0b0549a.tar.xz
oldnet: document the carrier_timeout option
-rw-r--r--doc/net.example.BSD.in5
-rw-r--r--doc/net.example.Linux.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in
index 585f73d..6cd2caf 100644
--- a/doc/net.example.BSD.in
+++ b/doc/net.example.BSD.in
@@ -368,6 +368,11 @@
#rc-update add devd boot
#rc
+# Set carrier detection timeout.
+# This allows the interface to only start if there is a carrier. The
+# default setting is 0 which means to ignore this.
+# carrier_timeout_eth0=0
+
##############################################################################
# ADVANCED CONFIGURATION
#
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 8ef476d..eb09a48 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -1130,6 +1130,11 @@
# Hypothetical network card that requires a change-eeprom toggle to enable flashing
#ethtool_order_eth0="change-eeprom flash change pause coalesce ring offload nfc rxfh-indir ntuple"
+# Set carrier detection timeout.
+# This allows the interface to only start if there is a carrier. The
+# default setting is 0 which means to ignore this.
+# carrier_timeout_eth0=0
+
##############################################################################
# ADVANCED CONFIGURATION
#