network-config-manager icon indicating copy to clipboard operation
network-config-manager copied to clipboard

network-config-manager: Fix incorrect IPv6 config source

Open ntsbtz opened this issue 1 year ago • 0 comments

Issue - nmctl status -j is showing ConfigSource as foreign for all kind of address like static, dynamic and foreign.

Now on existing flow to get a link address info nmctl get the info from dbus and parse the info similar for address as well. While parsing the address from json object to ip, prefix length is not appended to address. Hence ip matching with address always failing for IPv6, cause of this ConfigSource always set to foreign regardless of address is static or dynamic.

Fix - Fixed in json_array_to_ip parsing to take care of prefix value as well while returning the ip address after parsing the json object.

ntsbtz avatar Jul 23 '24 06:07 ntsbtz