Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
5.14.1
-
None
Description
QNetworkSettingsIPv4::method is reported wrong with LLA when no DHCP offer has been received:
expected:
- DHCP with dhcp offer: method == Dhcp
- DHCP without dhcp offer, Link-Local Address: method == Dhcp
- Manual: method == Manual
- ipv4 disabled: method == Off
current:
- DHCP with dhcp offer: method == Dhcp
- DHCP without dhcp offer, Link-Local Address: method == Off
- Manual: method == Manual
- ipv4 disabled: method == Off
Attachments
Issue Links
- relates to
-
QTBUG-94864 device utilities have a memory leak in Wifi handling
- Closed