1 | # -*-sh-*- |
---|
2 | # $Id: ifplugd.conf,v 1.1.1.1 2004-04-09 20:08:58 amb Exp $ |
---|
3 | |
---|
4 | # This file is part of ifplugd. |
---|
5 | # |
---|
6 | # ifplugd is free software; you can redistribute it and/or modify it under |
---|
7 | # the terms of the GNU General Public License as published by the Free |
---|
8 | # Software Foundation; either version 2 of the License, or (at your |
---|
9 | # option) any later version. |
---|
10 | # |
---|
11 | # ifplugd is distributed in the hope that it will be useful, but WITHOUT |
---|
12 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
13 | # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
---|
14 | # for more details. |
---|
15 | # |
---|
16 | # You should have received a copy of the GNU General Public License |
---|
17 | # along with ifplugd; if not, write to the Free Software Foundation, |
---|
18 | # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
---|
19 | |
---|
20 | # ifplugd configuration file |
---|
21 | |
---|
22 | # Please note that this is a bourne shell fragment sourced by the |
---|
23 | # init script of ifplugd. |
---|
24 | |
---|
25 | # Specify the interfaces to control here, separated by spaces. |
---|
26 | # Ifplugd processes will be started for each of these interfaces when |
---|
27 | # the ifplugd init script is called with the "start" argument. You may |
---|
28 | # use the magic string "auto" to make the init script start or stop |
---|
29 | # ifplugd processes for ALL eth and wlan interfaces that are available |
---|
30 | # according to /proc/net/dev. Note that the list of interfaces |
---|
31 | # appearing in /proc/net/dev may depend on which kernel modules you |
---|
32 | # have loaded. |
---|
33 | INTERFACES="eth0" |
---|
34 | |
---|
35 | # Additional parameters for ifplugd. |
---|
36 | # (Run "ifplugd -h" for further information.) |
---|
37 | ARGS="-fwI -u0 -d10" |
---|
38 | |
---|
39 | # Additional parameters for ifplugd for the specified interface. Note |
---|
40 | # that $ARGS is ignored, when a variable like this is set for an |
---|
41 | # interface |
---|
42 | #ARGS_wlan0="-MwI -u5 -d5" |
---|