Hi,
On Fri, 2011-09-02 at 11:36 +0200, Omar TAMGOUT wrote:
> # dbus-send --system --print-reply --dest=org.moblin.connman
> /profile/default/ethernet_0050b60849d5_cable
> org.moblin.connman.Service.SetProperty string:"IPv4.Configuration"
> array:string:"Method","manual","Address","192.168.0.3","Netmask","255.255.255.0"
The signature of SetProperty is 'sv', i.e. property name and a variant
value. The variant is a dictionary, with items given as name, value
pairs. You might be successful if you change 'array:string:' to
'dict:string:string:' above. You can always use the python code in
test/set-ipv4-method to set static IPv4 adresses.
Unfortunately there was still one more bug related to static IPv4
addresses fixed after 0.77, see commit
0e9e9bb9ce59f3919b1dec1ab0cda22b7aedce2a.
Cheers,
Patrik
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman