diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-28 14:29:33 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-28 14:29:33 -0500 |
commit | ff2e1d42a2d553b831ea914b16d0e32a99dafec4 (patch) | |
tree | ef76fca8b415286a676a7f4d663179c9a9f6d474 /doc/net.example.BSD.in | |
parent | e634376482e70e40aab460ca1f60a4e5a5522bba (diff) |
Oldnet: make carrier timeout documentation consistent
Diffstat (limited to 'doc/net.example.BSD.in')
-rw-r--r-- | doc/net.example.BSD.in | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in index 6cd2cafe..fb25215e 100644 --- a/doc/net.example.BSD.in +++ b/doc/net.example.BSD.in @@ -80,9 +80,9 @@ # Most drivers that report carrier status function correctly, but some do not # One of these faulty drivers is for the Intel e1000 network card, but only # at boot time. To get around this you may alter the carrier_timeout value for -# the interface. -1 is disable, 0 is infinite and any other number of seconds -# is how long we wait for carrier. The current default is 3 seconds -#carrier_timeout_eth0=-1 +# the interface. 0 is disable and any other number of seconds is how +# long we wait for carrier. The current default is disabled. +#carrier_timeout_eth0=0 # You may wish to disable the interface being brought down when stopping. # This is only of use for WakeOnLan. @@ -368,11 +368,6 @@ #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 # |