diff options
author | Roy Marples <roy@marples.name> | 2008-05-09 10:29:06 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-05-09 10:29:06 +0000 |
commit | 766ec96e3d6e1b8d7a73bbc46817b763d77d9b2a (patch) | |
tree | 09cda9a7ea6cbc8de8abb05b18169591318ba031 /doc/net.example.BSD.in | |
parent | a854fe6d61257ff3dc6f4d2bc24baa42d80a9067 (diff) |
Add ifdown_eth0=NO so that the interface stays up for WakeOnLan, Gentoo #220875
Diffstat (limited to 'doc/net.example.BSD.in')
-rw-r--r-- | doc/net.example.BSD.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in index 31d61055..e78f6161 100644 --- a/doc/net.example.BSD.in +++ b/doc/net.example.BSD.in @@ -87,6 +87,10 @@ # is how long we wait for carrier. The current default is 3 seconds #carrier_timeout_eth0=-1 +# You may wish to disable the interface being brought down when stopping. +# This is only of use for WakeOnLan. +#ifdown_eth0="NO" + ############################################################################## # OPTIONAL MODULES |