From a75a9940b0786ae8c531a22bd6477799d0b0549a Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 22 Oct 2012 09:35:14 -0500 Subject: oldnet: document the carrier_timeout option --- doc/net.example.BSD.in | 5 +++++ doc/net.example.Linux.in | 5 +++++ 2 files changed, 10 insertions(+) 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 # -- cgit v1.2.3