logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ifupdown-ng.conf - Global configuration file for ifupdown-ng

Authors

Maximilian Wilhelm <max@sdn.clinic> 2025-03-25 ifupdown-ng.conf(5)

Description

ifupdown-ng allows to configure some parts of it's behaviour via global configuration options.

Files

/etc/network/ifupdown-ng.conf

General Configuration Options

allow_addon_scriptsbool 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. Valid values are 0 and 1, the default is 1. auto_executor_selectionbool Automatically determine which executors to use. At present, this is done by inserting `use` statements for the namespace a config option has. The namespace is separated from the config option with a dash (`-`). Valid values are 0 and 1, the default is 1. use_hostname_for_dhcpbool 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.

Name

ifupdown-ng.conf - Global configuration file for ifupdown-ng

See Also

interfaces(5)

See Also