After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705339 - [MM] ^NDISSTATQRY update for IPv6 checks
[MM] ^NDISSTATQRY update for IPv6 checks
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: ModemManager
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-02 09:51 UTC by Aleksander Morgado
Modified: 2013-08-15 17:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aleksander Morgado 2013-08-02 09:51:18 UTC
Huawei have corrected the response format of  ^NDISSTATQRY recently. And from now on, if the devices can support IPV4 and IPV6, then the response of ^NDISSTATQRY will be:
		^NDISSTATQRY:0,,,"IPV4",0,,,"IPV6"
	or
		^NDISSTATQRY:1,,,"IPV4",0,,,"IPV6"
	or
		^NDISSTATQRY:0,,,"IPV4",1,,,"IPV6"
	or
		^NDISSTATQRY:1,,,"IPV4",1,,,"IPV6"

^NDISSTATQRY parser should be updated to support these changes.
Comment 1 Aleksander Morgado 2013-08-15 17:28:21 UTC
Fixed in commit 663d49696821e8a269662f4c42ecab6c43c3055e.