]> git.proxmox.com Git - mirror_ifupdown2.git/blame - debian/networking
debian: changelog: update for new release: 1.1-cl3u2
[mirror_ifupdown2.git] / debian / networking
CommitLineData
59dad2ca
RP
1#
2#
57eca61d 3# Parameters for the networking service
59dad2ca
RP
4#
5#
6
7# Change the below to yes if you want verbose logging to be enabled
8VERBOSE="no"
9
10# Change the below to yes if you want debug logging to be enabled
11DEBUG="no"
12
13# Change the below to yes if you want logging to go to syslog
14SYSLOG="no"
15
16# Exclude interfaces
17EXCLUDE_INTERFACES=
87907576
RP
18
19# Set to 'yes' if you want to skip ifdown during system reboot
20# and shutdown. This is of interest in large scale interface
21# deployments where you dont want to wait for interface
22# deconfiguration to speed up shutdown/reboot
23SKIP_DOWN_AT_SYSRESET="yes"