Hi Tomasz,

>  include/service.h |    8 ++
>  src/connman.h     |    6 -
>  src/ipconfig.c    |  108 -----------------
>  src/service.c     |  342 
> +++++++++++++++++++++++++++++++++++++++++++++++++++--
>  4 files changed, 342 insertions(+), 122 deletions(-)
> 
> diff --git a/include/service.h b/include/service.h
> index 9de5b9c..e4bf579 100644
> --- a/include/service.h
> +++ b/include/service.h
> @@ -84,6 +84,14 @@ enum connman_service_error {
>       CONNMAN_SERVICE_ERROR_CONNECT_FAILED = 4,
>  };
>  
> +enum connman_service_proxy {
> +     CONNMAN_SERVICE_PROXY_UNKNOWN     = 0,
> +     CONNMAN_SERVICE_PROXY_DIRECT      = 1,
> +     CONNMAN_SERVICE_PROXY_AUTO        = 2,
> +     CONNMAN_SERVICE_PROXY_MANUAL      = 3,
> +     CONNMAN_SERVICE_PROXY_AUTO_CONFIG = 4,
> +};

please update the patch to remove AUTO_CONFIG value as mentioned in my
other email.

And please sort it in order of DIRECT, MANUAL and then AUTO.

Regards

Marcel


_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to