0410d74595
Issue - nmctl status <device> -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. Change-Id: I07a61a6ea64d7a49c3b6fa08beb33b2be20d580e Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/24313 Tested-by: gerrit-photon <photon-checkins@vmware.com> Reviewed-by: Tapas Kundu <tapas.kundu@broadcom.com> Reviewed-by: Harinadh Dommaraju <harinadh.dommaraju@broadcom.com> |
||
---|---|---|
.. | ||
0001-Fixed-incorrect-config-source-for-IPv6-address.patch | ||
network-config-manager.spec |