summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/net.example.BSD.in4
-rw-r--r--doc/net.example.Linux.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in
index 31d6105..e78f616 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
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 80d5047..136072f 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -120,6 +120,10 @@
# tables you may have to set a global metric as the due to a simple read of
# the routing table taking over a minute at a time.
+# You may wish to disable the interface being brought down when stopping.
+# This is only of use for WakeOnLan.
+#ifdown_eth0="NO"
+
##############################################################################
# OPTIONAL MODULES