#488 PR merged: Add a new config option USE_STATIC_NETWORKING¶
Labels: enhancement
mavit opened issue at 2014-10-21 16:23:¶
USE_STATIC_NETWORKING will prevent the detected config from being
ignored when DHCP is also detected. With USE_DHCLIENT=yes set, the
behaviour is:
- Interfaces using DHCP are configured by
dhclientifUSE_STATIC_NETWORKING=yesis not present. - Interfaces using DHCP are configured by
dhclientifUSE_STATIC_NETWORKING=yesis present. - Interfaces not using DHCP are configured by 60-network-devices.sh if
USE_STATIC_NETWORKING=yesis present.
[Export of Github issue for rear/rear.]