File: dhcp-all-interfaces-add-opt-to-let-NetworkManager-handle-it-f7c7f2d033b7f92d.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (15 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
features:
  - |
    It is now possible to configure the dhcp-all-interfaces element not to
    install the dhcp-all-interfaces service on systems with NetworkManager.

    NetworkManager is quite capable to do automatic interface configuration.
    NetworkManager will by default try to auto-configure any interface with
    no configuration, it will use DHCP for IPv4 and Router Advertisements to
    decide how to initialize IPv6.

    The new environment variable ``DIB_DHCP_NETWORK_MANAGER_AUTO`` (defauls to:
    ``false``) has been added, when set to ``true`` only the configuration for
    NetworkManager is written.