oldnet: document the carrier_timeout option

This commit is contained in:
William Hubbs 2012-10-22 09:35:14 -05:00
parent 8d17c634db
commit 8df18defe1
2 changed files with 10 additions and 0 deletions

View File

@ -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
#

View File

@ -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
#