All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] manpage: Add section about IPv4 static network configuration
@ 2019-12-13 22:03 Tim Kourt
  2019-12-17 17:32 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Kourt @ 2019-12-13 22:03 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 1857 bytes --]

---
 src/iwd.network.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/src/iwd.network.rst b/src/iwd.network.rst
index 756addf3..6b068202 100644
--- a/src/iwd.network.rst
+++ b/src/iwd.network.rst
@@ -232,6 +232,51 @@ authentication configuration.
        method's negotiation is encrypted, a secure identity string can be
        provided.
 
+Network Configuration Settings
+-------------------------------
+
+The group ``[IPv4]`` contains settings for Internet Protocol version 4 (IPv4)
+network configuration with the static addresses.
+
+.. list-table::
+   :header-rows: 0
+   :stub-columns: 0
+   :widths: 20 80
+   :align: left
+
+   * - Address
+     - IPv4 address string
+
+       The IPv4 address to assign. This field is `required` for the static
+       configuration.
+   * - Gateway
+     - IPv4 address string
+
+       The IPv4 address of the gateway (router). This field is `required` for
+       the static configuration.
+   * - DNS
+     - IPv4 address string
+
+       The IPv4 address of the Domain Name System (DNS). This field is
+       `optional`. DNS setting can be used to override the DNS entries received
+       from the DHCP server.
+   * - Netmask
+     - IPv4 address string
+
+       The IPv4 address of the subnet. This field is `optional`. 255.255.255.0
+       is used as default Netmask.
+   * - Broadcast
+     - IPv4 address string
+
+       The IPv4 address to be used for the broadcast. This field is `optional`.
+   * - DomainName
+     - string
+
+       The DomainName is the name of the local Internet domain. This field is
+       `optional`. DomainName setting can be used to override the DomainName
+       value obtained from the DHCP server.
+
+
 Embedded PEMs
 -------------
 
-- 
2.13.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] manpage: Add section about IPv4 static network configuration
  2019-12-13 22:03 [PATCH] manpage: Add section about IPv4 static network configuration Tim Kourt
@ 2019-12-17 17:32 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2019-12-17 17:32 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

Hi Tim,

On 12/13/19 4:03 PM, Tim Kourt wrote:
> ---
>   src/iwd.network.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 45 insertions(+)
> 

Applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-17 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 22:03 [PATCH] manpage: Add section about IPv4 static network configuration Tim Kourt
2019-12-17 17:32 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.