]> git.proxmox.com Git - mirror_ifupdown2.git/blame - config/ifupdown2.conf
ifupdownmain: squash multiple iface stanzas for the same interface
[mirror_ifupdown2.git] / config / ifupdown2.conf
CommitLineData
14dc390d 1#
86fc62e2 2# ifupdown2 configuration file
14dc390d 3#
86fc62e2 4# This file contains default settings for ifupdown
14dc390d 5#
14dc390d 6
86fc62e2 7# default template engine (only mako is currently supported)
8template_engine=mako
14dc390d 9
86fc62e2 10# default template lookup path during template rendering
11template_lookuppath=/etc/network/ifupdown2/templates
0fb49cf5 12
1e6d7bd7
ST
13# default network configuration filepath
14default_interfaces_configfile=/etc/network/interfaces
4b5208d8
RP
15
16# The -i interfacefile option is allowed by default but
17# can be disabled by setting the below option to 1 to
1e6d7bd7 18# reduce security issues (due to the pre- and post- commands)
4b5208d8 19disable_cli_interfacesfile=0
1e6d7bd7 20
0fb49cf5
RP
21# Support /etc/network/if-*/ scripts
22addon_scripts_support=0
8e113d63 23
a53e80bc 24# By default ifupdown2 only supports a single vlan filtering bridge
2da58137
RP
25# on the system. Set this flag to 1 to support multiple vlan
26# filtering bridges
27multiple_vlan_aware_bridge_support=0
28
8e113d63
RP
29# ifquery check status strings.
30# By default `ifquery --check` prints the check and
31# cross marks against interface attributes.
32# Use the below strings to modify the default behaviour.
2da58137 33#
fb10449e
RP
34ifquery_check_success_str=pass
35ifquery_check_error_str=fail
fac4138b 36ifquery_check_unknown_str=
2da58137 37#
8e113d63 38
2da58137
RP
39# This attribute controls iface/vlan range expansions
40# in ifquery default output.
41ifquery_ifacename_expand_range=0
8e113d63 42
a070c90e
RP
43# Let link master (bridges, bonds) own the link state of slaves
44link_master_slave=1
45
46# Delay admin state change till the end
47delay_admin_state_change=0
48
e308cb82
RP
49# ifreload by default downs: 'all interfaces for which config changed' +
50# 'interfaces that were deleted'. With the below variable set to '0'
51# ifreload will only down 'interfaces that were deleted'
52ifreload_down_changed=0
0582f185
RP
53
54# squash all addr config when you process the first interface
3fe9e364 55addr_config_squash=0
99ce6894
RP
56
57# squash iface config into one when you have multiple
58# ifaces stanzas for an interface
59ifaceobj_squash=0
60