diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-05 08:58:04 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-05 08:58:04 -0500 |
commit | 4833ffc99553797fb2d8d91c8f0e6d2dc52d01e7 (patch) | |
tree | 98ca081dabbd078596db68e0281171c72a90697b /devel | |
parent | da1fcb49c90ecd9fcb57556f5c323c5c20d3f5a4 (diff) | |
download | horizon-4833ffc99553797fb2d8d91c8f0e6d2dc52d01e7.tar.gz horizon-4833ffc99553797fb2d8d91c8f0e6d2dc52d01e7.tar.bz2 horizon-4833ffc99553797fb2d8d91c8f0e6d2dc52d01e7.tar.xz horizon-4833ffc99553797fb2d8d91c8f0e6d2dc52d01e7.zip |
req: 3: Move DNS to its own key so gateways can be optional
Diffstat (limited to 'devel')
-rw-r--r-- | devel/requirements/3_functional.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index b8dc89a..d14327b 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -357,7 +357,11 @@ </formalpara> <formalpara id="Script.Key.netaddress"> <title>Script.Key.netaddress</title> - <para><varname>netaddress</varname> — Connection information, in the format: <literal>(iface) {dhcp|static} [(address) (prefix-or-netmask) (gateway) (dns)]</literal>. For example, <literal>netaddress eth0 static 2001:db8::1337 64 2001:db8::1 2620:fe::fe</literal>. May be repeated, for multiple interfaces or IPv4/IPv6 dual-homing.</para> + <para><varname>netaddress</varname> — Connection information, in the format: <literal>(iface) {dhcp|static} [(address) (prefix-or-netmask) (gateway)]</literal>. For example, <literal>netaddress eth0 static 2001:db8::1337 64 2001:db8::1</literal>. May be repeated, for multiple interfaces or IPv4/IPv6 dual-homing.</para> + </formalpara> + <formalpara id="Script.Key.nameserver"> + <title>Script.Key.nameserver</title> + <para><varname>nameserver</varname> — DNS resolver information. Must be a valid IPv4 or IPv6 address.</para> </formalpara> <formalpara id="Script.Key.netssid"> <title>Script.Key.netssid</title> |