mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
25 lines
612 B
Plaintext
25 lines
612 B
Plaintext
#
|
|
# ifupdown2 configuration file
|
|
#
|
|
# This file contains default settings for ifupdown
|
|
#
|
|
|
|
# default template engine (only mako is currently supported)
|
|
template_engine=mako
|
|
|
|
# default template lookup path during template rendering
|
|
template_lookuppath=/etc/network/ifupdown2/templates
|
|
|
|
# Support /etc/network/if-*/ scripts
|
|
addon_scripts_support=0
|
|
|
|
# ifquery check status strings.
|
|
# By default `ifquery --check` prints the check and
|
|
# cross marks against interface attributes.
|
|
# Use the below strings to modify the default behaviour.
|
|
|
|
# check_success_str=
|
|
# check_error_str=(x)
|
|
|
|
multiple_vlan_aware_bridge_support=0
|