Utility function to convert a GenericArray of Arrays of uint32 s representing a list of NetworkManager IPv4 addresses (which is a tuple of address, gateway, and prefix) into a SList of IP4Address objects.
The specific format of this serialization is not guaranteed to be stable and the Array may be extended in the future.
value |
Value containing a GenericArray of Arrays of uint32s |
a newly allocated SList of IP4Address objects |