ifupdown-ng.conf 1015 B

12345678910111213141516171819202122232425
  1. #
  2. # /etc/network/ifupdown-ng.conf (Salt managed)
  3. #
  4. # The settings specified here are the defaults of ifupdown-ng.
  5. # allow_addon_scripts:
  6. # Enable support for /etc/if-X.d addon scripts. These are used for
  7. # compatibility with legacy setups, and may be disabled for performance
  8. # improvements in setups where only ifupdown-ng executors are used.
  9. allow_addon_scripts = 0
  10. # allow_any_iface_as_template:
  11. # Enable any interface to act as a template for another interface.
  12. # This is presently the default, but is deprecated. An admin may choose
  13. # to disable this setting in order to require inheritance from specified
  14. # templates.
  15. allow_any_iface_as_template = 0
  16. # implicit_template_conversion:
  17. # In some legacy configs, a template may be declared as an iface, and
  18. # ifupdown-ng automatically converts those declarations to a proper
  19. # template. If this setting is disabled, inheritance will continue to
  20. # work against non-template interfaces without converting them to a
  21. # template.
  22. implicit_template_conversion = 1