[PATCH] ipconfig: Do not overwrite gateway address

2013-02-01 Thread Jukka Rissanen
If we have already received gateway address via newroute rtnl message, then do not overwrite it when receiving newaddr message. Fixes BMC#25931 --- include/ipaddress.h |2 +- src/ipaddress.c | 16 ++-- src/ipconfig.c |4 ++-- 3 files changed, 9 insertions(+), 13 del

DNS caching probably not working in dnsproxy.

2013-02-01 Thread Sameer Naik
Hi, I am testing connman-1.10 and i get the following warnings when i try to resolve a dns address. START OF LOG connmand[2815]: src/dnsproxy.c:udp_listener_event() Received 32 bytes (id 0x090c) connmand[2815]: src/dnsproxy.c:parse_request() id 0x090c qr 0 opcode 0 qdcount 1 arcount 0 connma

RE: Connman VPN: Do not replace default route

2013-02-01 Thread Yevhen Kyriukha
>> Hi! >> >> How can I configure connman-vpn to leave my default route? >> I want that connman append VPN route so I can access my VPN network and >> have all other traffic go through default route. > >You can use connman test script service-move-before to move the service >to the first one. The fi