# Set this to yes to see more messages during start and stop.
#VERBOSE=yes
# Progress dots are on by default.
#PROGRESS=yes
# Note: if you don't define VERBOSE and PROGRESS here, you will
# get verbose output with progress indicators from network.init
# and no output except errors from ifup* and ifdown*.

# Don't log hotplug warnings from {ifup,ifdown}-removable.
SILENT_REMOVABLES=off

# VLAN interfaces naming type, see vconfig --help.
# This variable is used only for vlantab AUTO interfaces.
# VLAN_PLUS_VID
# VLAN_PLUS_VID_NO_PAD
# DEV_PLUS_VID
# DEV_PLUS_VID_NO_PAD
VLAN_NAMETYPE=DEV_PLUS_VID_NO_PAD

# See options-bond
DEFAULT_BONDMODE=0

DEFAULT_IPV4ROUTE_CMD='append'

# config files
IFACEDIR=/etc/net/ifaces
VARLIBDIR=/var/lib/etcnet
VLANTAB=/etc/net/vlantab
HOSTTAB=/etc/net/hosttab
IFTAB=/etc/net/iftab

# tools
IP=/sbin/ip
TC=/sbin/tc
MODPROBE=/sbin/modprobe
LSMOD=/sbin/lsmod
INSMOD=/sbin/insmod
SYSCTL=/sbin/sysctl
IFRENAME=/sbin/ifrename
DEFAULT_IFPLUGSTATUS=/usr/sbin/ifplugstatus
DEFAULT_IFPLUGD=/usr/sbin/ifplugd
DEFAULT_IWCONFIG=/sbin/iwconfig
DEFAULT_WPA_SUPPLICANT=/usr/sbin/wpa_supplicant
DEFAULT_PLIPCONFIG=/sbin/plipconfig
DEFAULT_VCONFIG=/usr/bin/vconfig
DEFAULT_PENTANETT=/usr/sbin/pentanett
DEFAULT_PENTAVALT=/usr/sbin/pentavalt
DEFAULT_PENTANET_CONF=pentanet.conf
DEFAULT_PENTAVAL_CONF=pentaval.conf
DEFAULT_IPSECADM=/usr/sbin/ipsecadm
DEFAULT_IFENSLAVE=/sbin/ifenslave
DEFAULT_BRCTL=/sbin/brctl
DEFAULT_ETHTOOL=/usr/sbin/ethtool

# profiles
PROFILE_FILE=/etc/net/profile
PROC_CMDLINE=/proc/cmdline

# DHCP
DHCP_CLIENT=/sbin/dhcpcd
DHCP_TIMEOUT=30
DHCPCD_GRACE_TIME=2

# IPv4LL
ZCIP_CLIENT=/sbin/zcip

# IPX tools
IPX_INTERFACE=/sbin/ipx_interface
IPX_INTERNAL_NET=/sbin/ipx_internal_net
IPX_CONFIGURE=/sbin/ipx_configure

# PPP defaults
DEFAULT_PPPD=/usr/sbin/pppd
DEFAULT_CHAT=/usr/sbin/chat
DEFAULT_PPPOPTIONSFILE=pppoptions
DEFAULT_PPPINITCHAT=pppinit
DEFAULT_PPPCONNECTCHAT=pppconnect
DEFAULT_PPPDISCONNECTCHAT=pppdisconnect
DEFAULT_CHATOPTIONS='-t 120'
DEFAULT_PPPOE=/usr/sbin/pppoe
DEFAULT_PPPOEOPTIONS='-U'
DEFAULT_PPTP=/usr/sbin/pptp

# resolv.conf post-install command. Usually you don't want to define this
# variable here, but place distribution-specific options file to options.d.
# The command and its arguments must be stored in different variables, because
# the command is checked to be executable.
#RESOLV_POSTIN_CMD=
#RESOLV_POSTIN_ARGS=

# If set to yes, makes /etc/net treat new interfaces w/o configuration directory
# as other normal interfaces.
ALLOW_UNKNOWN=no

# FireWall defaults
IPTABLES=/sbin/iptables

# DVB utils
DEFAULT_SZAP=/usr/bin/szap
DEFAULT_SZAP_ARGS='-n 1 -x'
DEFAULT_DVBNET=/usr/bin/dvbnet

# List of known-good network modules (ones that support link detection).
GOOD_MODULE_LIST='eepro100 e100 8139too tulip 3c59x hostap via-rhine b44'

# Set this to yes to never remove any modules (kernel 2.6 has a bad idea if
# we need a module or not).
NEVER_RMMOD=no
