Hi Jukka,

> this v2 changes how the user defined networks are passed
> to connman. The networks are now sent as arrays of strings
> instead of just one long string. This required changes to
> patches #2 and #3.
> 
> Example of setting the user routes using python script
> 
>   networks = [ "172.16.0.0/20", "2001:db8:dead:f00/64" ]
>   path = manager.ConnectProvider(({ "Type": "openvpn",
>                                 "Name": "opentest",
>                                 "Host": "192.168.2.1",
>                                 "VPN.Domain": "opendomain",
>                                 "UserNetworks" : networks,

what is the reason behind calling this UserNetworks and not just
Networks?

Regards

Marcel


_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to