]> git.proxmox.com Git - ifupdown-pve.git/blob - debian/networking.defaults
Squashed 'src/' content from commit c732260
[ifupdown-pve.git] / debian / networking.defaults
1 # Configuration for networking init script being run during
2 # the boot sequence
3
4 # Set to 'no' to skip interfaces configuration on boot
5 #CONFIGURE_INTERFACES=yes
6
7 # Don't configure these interfaces. Shell wildcards supported/
8 #EXCLUDE_INTERFACES=
9
10 # Set to 'yes' to enable additional verbosity
11 #VERBOSE=no
12
13 # Method to wait for the network to become online,
14 # for services that depend on a working network:
15 # - ifup: wait for ifup to have configured an interface.
16 # - route: wait for a route to a given address to appear.
17 # - ping/ping6: wait for a host to respond to ping packets.
18 # - none: don't wait.
19 #WAIT_ONLINE_METHOD=ifup
20
21 # Which interface to wait for.
22 # If none given, wait for all auto interfaces, or if there are none,
23 # wait for at least one hotplug interface.
24 #WAIT_ONLINE_IFACE=
25
26 # Which address to wait for for route, ping and ping6 methods.
27 # If none is given for route, it waits for a default gateway.
28 #WAIT_ONLINE_ADDRESS=
29
30 # Timeout in seconds for waiting for the network to come online.
31 #WAIT_ONLINE_TIMEOUT=300