setup connman via shell (scripts)

2010-05-04 Thread Stephan Raue
Hi all, in my embedded setup i have an working connman installed. in the moment it works only with an dhcp server with the wired network interfaces. i want use also wlan and static networksettings. because my program that would be started with my OS has no support for connman at the moment i

Re: [PATCH 2/4] Split DHCP-provided nameserver string.

2010-05-04 Thread Marcel Holtmann
Hi Forest, > The DHCP-provided nameserver string is split up into separate nameservers. > Currently, only one nameserver can be stored in the connman_element.ipv4 > structure, so all but the first of the DHCP-provided nameservers are thrown > out. please try to keep the commit message at max 72 c

Re: [PATCH 1/4] resolvfile: Support multiple nameservers.

2010-05-04 Thread Marcel Holtmann
Hi Forest, > Nameservers are appended to a local entry list. The MAXNS most recently > appended nameservers written to /etc/resolv.conf. sorry for the delay, but I do have a few comments. > --- > src/resolver.c | 113 > +--- > 1 files chang