]> git.proxmox.com Git - mirror_ifupdown2.git/blame - config/ifupdown2.conf
Added clag-id to the interfaces example file.
[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
RP
12
13# Support /etc/network/if-*/ scripts
14addon_scripts_support=0
8e113d63 15
2da58137
RP
16# By defauly ifupdown2 only supports a single vlan filtering bridge
17# on the system. Set this flag to 1 to support multiple vlan
18# filtering bridges
19multiple_vlan_aware_bridge_support=0
20
8e113d63
RP
21# ifquery check status strings.
22# By default `ifquery --check` prints the check and
23# cross marks against interface attributes.
24# Use the below strings to modify the default behaviour.
2da58137 25#
5b4d3044 26ifquery_check_success_str=[pass]
a3c7ba7a 27ifquery_check_error_str=[fail]
fac4138b 28ifquery_check_unknown_str=
2da58137 29#
8e113d63 30
2da58137
RP
31# This attribute controls iface/vlan range expansions
32# in ifquery default output.
33ifquery_ifacename_expand_range=0
8e113d63 34
a070c90e
RP
35# Let link master (bridges, bonds) own the link state of slaves
36link_master_slave=1
37
38# Delay admin state change till the end
39delay_admin_state_change=0
40