#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
dhclient
ifUSE_STATIC_NETWORKING=yes
is not present. - Interfaces using DHCP are configured by
dhclient
ifUSE_STATIC_NETWORKING=yes
is present. - Interfaces not using DHCP are configured by 60-network-devices.sh if
USE_STATIC_NETWORKING=yes
is present.
[Export of Github issue for rear/rear.]