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
routes defined? Currently the user cannot set/unset split routing,
right?
Cheers,
Patrik
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman