diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-22 09:35:14 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-22 09:35:14 -0500 |
commit | 8df18defe14149dd9f48d62c157fa47343c7900b (patch) | |
tree | 26cc267f5d7d721689a99e66a9f4fe35dd5e6aeb /doc/net.example.BSD.in | |
parent | 8d17c634db816db53ffc1fd67f7a971c5e74564d (diff) |
oldnet: document the carrier_timeout option
Diffstat (limited to 'doc/net.example.BSD.in')
-rw-r--r-- | doc/net.example.BSD.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in index 585f73db..6cd2cafe 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 # |