Hi Patrik,
On 03/26/2012 10:13 AM, Patrik Flykt wrote:
Hi,
On Tue, 2012-03-20 at 14:33 +0200, Jukka Rissanen wrote:
+ case CONNMAN_SERVICE_TYPE_VPN:
+ service->do_split_routing = g_key_file_get_boolean(keyfile,
+ service->identifier, "SplitRouting", NULL);
+ break;
+ case CONNMAN_SERVICE_TYPE_VPN:
+ g_key_file_set_boolean(keyfile, service->identifier,
+ "SplitRouting", service->do_split_routing);
+ break;
Do we need to save/load this information? Can't it be deduced from the
We need to save this information because the service move operation does
not remember the service order if connmand is restarted.
routes defined? Currently the user cannot set/unset split routing,
right?
User can set/unset split routing by moving VPN services around.
Cheers,
Patrik
Cheers,
Jukka
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman