diff options
author | Tomer Cohen <tomer-launchpad.net@tomercohen.com> | 2018-11-28 14:56:40 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2018-11-28 14:56:40 +0000 |
commit | 2e93cc62c544fe07afaf36c473e84e6730928998 (patch) | |
tree | 85f6f331371e23e098d6ff38bf841aa4ebe7645a /doc | |
parent | 530850f971e36f4b0ef216cec9d889a99474ca0e (diff) | |
download | vyos-cloud-init-2e93cc62c544fe07afaf36c473e84e6730928998.tar.gz vyos-cloud-init-2e93cc62c544fe07afaf36c473e84e6730928998.zip |
doc: Change dns_nameserver property to dns_nameservers.
According to the examples in the page, v1 network config DNS should
be defined using the dns_nameservers. The singular dns_nameserver is
undefined.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rtd/topics/network-config-format-v1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/network-config-format-v1.rst b/doc/rtd/topics/network-config-format-v1.rst index 3b0148ca..9723d689 100644 --- a/doc/rtd/topics/network-config-format-v1.rst +++ b/doc/rtd/topics/network-config-format-v1.rst @@ -384,7 +384,7 @@ Valid keys for ``subnets`` include the following: - ``address``: IPv4 or IPv6 address. It may include CIDR netmask notation. - ``netmask``: IPv4 subnet mask in dotted format or CIDR notation. - ``gateway``: IPv4 address of the default gateway for this subnet. -- ``dns_nameserver``: Specify a list of IPv4 dns server IPs to end up in +- ``dns_nameservers``: Specify a list of IPv4 dns server IPs to end up in resolv.conf. - ``dns_search``: Specify a list of search paths to be included in resolv.conf. |