doc: Specify the DNS format as string lists

This commit is contained in:
Andrew Zaborowski 2021-01-25 18:56:16 +01:00 committed by Denis Kenzior
parent d6e99c1197
commit 54e3bb385a
1 changed files with 4 additions and 4 deletions

View File

@ -301,9 +301,9 @@ network configuration with the static addresses.
The IPv4 address of the gateway (router). This field is `required` for The IPv4 address of the gateway (router). This field is `required` for
the static configuration. the static configuration.
* - DNS * - DNS
- IPv4 address string - IPv4 address string list, space delimited
The IPv4 address of the Domain Name System (DNS). This field is The IPv4 address(es) of the Domain Name System (DNS). This field is
`optional`. DNS setting can be used to override the DNS entries received `optional`. DNS setting can be used to override the DNS entries received
from the DHCP server. from the DHCP server.
* - Netmask * - Netmask
@ -352,9 +352,9 @@ network configuration.
The IPv6 address of the gateway (router). This field is `required` for The IPv6 address of the gateway (router). This field is `required` for
the static configuration. the static configuration.
* - DNS * - DNS
- IPv6 address string - IPv6 address string list, space delimited
The IPv6 address of the Domain Name System (DNS). This field is The IPv6 address(es) of the Domain Name System (DNS). This field is
`optional`. DNS setting can be used to override the DNS entries received `optional`. DNS setting can be used to override the DNS entries received
from the DHCPv6 server or via Router Advertisements. from the DHCPv6 server or via Router Advertisements.
* - DomainName * - DomainName