diff mbox series

[3/3] doc: Drop proposed and unimplemented API doc

Message ID 20220930144801.548229-3-andrew.zaborowski@intel.com (mailing list archive)
State Accepted, archived
Headers show
Series [1/3] autotests: Add a stateless DHCPv6 test case | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-gitlint success GitLint

Commit Message

Andrew Zaborowski Sept. 30, 2022, 2:48 p.m. UTC
---
 doc/ip-configuration-api.txt | 47 ------------------------------------
 1 file changed, 47 deletions(-)
 delete mode 100644 doc/ip-configuration-api.txt

Comments

Denis Kenzior Oct. 3, 2022, 3:29 p.m. UTC | #1
Hi Andrew,

On 9/30/22 09:48, Andrew Zaborowski wrote:
> ---
>   doc/ip-configuration-api.txt | 47 ------------------------------------
>   1 file changed, 47 deletions(-)
>   delete mode 100644 doc/ip-configuration-api.txt
> 

Applied, thanks.

Regards,
-Denis
diff mbox series

Patch

diff --git a/doc/ip-configuration-api.txt b/doc/ip-configuration-api.txt
deleted file mode 100644
index 58a522de..00000000
--- a/doc/ip-configuration-api.txt
+++ /dev/null
@@ -1,47 +0,0 @@ 
-IP Configuration hierarchy
-===============================
-
-Service		net.connman.iwd
-Interface	net.connman.iwd.IPv4Configuration [Experimental]
-Interface	net.connman.iwd.IPv6Configuration [Experimental]
-Object path	/net/connman/iwd/{phy0,phy1,...}/{1,2,...}
-Object path	/net/connman/iwd/{phy0,phy1,...}/p2p_peers/{aa_bb_cc_dd_ee_ff}
-
-The interfaces net.connman.iwd.IPv4Configuration and
-net.connman.iwd.IPv6Configuration currently have the same sets of methods,
-signals and properties.  In station mode, when network configuration is
-enabled there may be one or both interfaces present on a device object in
-connected state depending on if IPv4 and IPv6 addresses have both been
-configured.  In P2P mode only net.connman.iwd.IPv4Configuration is used.
-
-Properties	string Method [readonly]
-
-			Indicates whether the local address was set
-			statically (value "static") or obtained automatically
-			such as through DHCP (value "auto").  Even when the
-			address was obtained from the remote end some
-			configuration bits, such as DNS addresses, may have
-			been overridden locally.
-
-		string Address [readonly]
-
-			Holds the local IP address.
-
-		byte PrefixLength [readonly]
-
-			Holds the prefix-length of the local subnet.  For
-			IPv4 this maps to the netmask.
-
-		string Gateway [readonly, optional]
-
-			Holds the gateway address for the subnet if one
-			exists.
-
-		array(string) DomainNameServers [readonly, optional]
-
-			Holds the list of domain name server addresses
-			configured if any.
-
-		array(string) DomainNames [readonly, optional]
-
-			Holds the network's local domain names if any exist.