# 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

# tools
IP=/sbin/ip
TC=/sbin/tc
OVPN=/usr/sbin/openvpn
MODPROBE=/sbin/modprobe
LSMOD=/sbin/lsmod
INSMOD=/sbin/insmod
RMMOD=/sbin/rmmod
SYSCTL=/sbin/sysctl
OVS_VSCTL=/usr/bin/ovs-vsctl 
OVS_VSCTL_TIMEOUT=10 
 
# IPv4LL
ZCIP_CLIENT=/usr/sbin/avahi-autoipd

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

# 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
IPSET=/sbin/ipset
IPTABLES=/sbin/iptables
IP6TABLES=/sbin/ip6tables
EBTABLES=/sbin/ebtables

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

# Set this to no to always remove any modules and be compatible with 2.4
# series kernels.
NEVER_RMMOD=yes

# Enable automatic broadcast address generation. ip doesn't set broadcast
# address for an interface, unless explicitly told. This option will add
# 'broadcast +' to each IPv4 address line (see iproute2 manual).
AUTO_BROADCAST=off

IFGROUP[0]='lo dummy'
IFGROUP[1]='eth plip usb dvb bnep tuntap'
IFGROUP[2]='vlan bond bri teql wlan macvlan macvtap vxlan ovsbr'
IFGROUP[3]='ovsbond ovsport iptun ovpn ossh l2tp wg oconn'
IFGROUP[4]='ppp'
