2020-09-14 23:17:03 +00:00
|
|
|
# This is an example configuration file for ifupdown-ng, which allows
|
|
|
|
# the system administrator to configure the behaviour of ifupdown-ng.
|
|
|
|
#
|
|
|
|
# The settings specified here are the defaults of ifupdown-ng.
|
|
|
|
|
|
|
|
# allow_addon_scripts:
|
|
|
|
# Enable support for /etc/if-X.d addon scripts. These are used for
|
|
|
|
# compatibility with legacy setups, and may be disabled for performance
|
|
|
|
# improvements in setups where only ifupdown-ng executors are used.
|
2020-10-13 21:49:59 +00:00
|
|
|
# Valid values are 0 and 1, the default is 1.
|
2020-09-14 23:17:03 +00:00
|
|
|
allow_addon_scripts = 1
|
2020-09-23 17:34:35 +00:00
|
|
|
|
|
|
|
# allow_any_iface_as_template:
|
|
|
|
# Enable any interface to act as a template for another interface.
|
|
|
|
# This is presently the default, but is deprecated. An admin may choose
|
|
|
|
# to disable this setting in order to require inheritance from specified
|
2020-10-13 21:49:59 +00:00
|
|
|
# templates. Valid values are 0 and 1, the default is 1.
|
2020-09-23 17:34:35 +00:00
|
|
|
allow_any_iface_as_template = 1
|
2020-09-24 01:07:52 +00:00
|
|
|
|
|
|
|
# implicit_template_conversion:
|
|
|
|
# In some legacy configs, a template may be declared as an iface, and
|
|
|
|
# ifupdown-ng automatically converts those declarations to a proper
|
|
|
|
# template. If this setting is disabled, inheritance will continue to
|
|
|
|
# work against non-template interfaces without converting them to a
|
2020-10-13 21:49:59 +00:00
|
|
|
# template. Valid values are 0 and 1, the default is 1.
|
2020-09-24 01:07:52 +00:00
|
|
|
implicit_template_conversion = 1
|
2020-10-14 11:15:58 +00:00
|
|
|
|
|
|
|
# use_hostname_for_dhcp:
|
|
|
|
# Automatically learn the hostname property, used for DHCP configuration
|
|
|
|
# by querying the system hostname using uname(2). This is basically
|
|
|
|
# equivalent to `hostname $(hostname)` without having to specify any
|
|
|
|
# configuration. Valid values are 0 and 1, the default is 1.
|
|
|
|
use_hostname_for_dhcp = 1
|