Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-81732

QNetworkSettingsIPv4 method reported wrong

XMLWordPrintable

    • Linux/Yocto

      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

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            arpa Ari Parkkila
            damienlefevre Damien LEFEVRE
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes