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