Skip to content

Add missing setters and getters for the services configuration properties. #50

Description

@EddyTheCo

Many of the service Configuration properties in https://git.kernel.org/pub/scm/network/connman/connman.git/tree/doc/service-api.txt are still not implemented.
The latter produces warnings when parsing the service properties:

Unknown or empty property for Service: IPv4.Configuration
Unknown or empty property for Service: IPv6.Configuration
Unknown or empty property for Service: Timeservers.Configuration
Unknown or empty property for Service: Domains.Configuration
Unknown or empty property for Service: Proxy.Configuration
Unknown or empty property for Service: mDNS.Configuration

and limits the user's ability to change configurations using this library.

Setting and getting the Configuration properties has already been done for Nameservers.Configuration

void setNameServers(const std::vector<std::string>& name_servers,

One can use this as a reference.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions