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

QNetworkSettingsIPv4 method reported wrong

    XMLWordPrintable

Details

    • Linux/Yocto

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes