diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-29 20:26:31 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-29 20:26:31 -0500 |
commit | 3b58f6d48e22582a3ca880a1b5265d32cce971fd (patch) | |
tree | 36e90b308d09654b7e0a101e3713bc368e98c250 /devel/requirements | |
parent | 7a7238078b1069bd00a256ecf8630fe02b1ee4f7 (diff) | |
download | horizon-3b58f6d48e22582a3ca880a1b5265d32cce971fd.tar.gz horizon-3b58f6d48e22582a3ca880a1b5265d32cce971fd.tar.bz2 horizon-3b58f6d48e22582a3ca880a1b5265d32cce971fd.tar.xz horizon-3b58f6d48e22582a3ca880a1b5265d32cce971fd.zip |
req: Runner.Validate.network.netaddress.Mask: 0 prefixes are legal
Diffstat (limited to 'devel/requirements')
-rw-r--r-- | devel/requirements/3b_runner.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index 3b20503..917090c 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -128,7 +128,7 @@ </formalpara> <formalpara id="Runner.Validate.network.netaddress.Mask"> <title>Runner.Validate.network.netaddress.Mask</title> - <para>If the second value of the <literal>netaddress</literal> key is <literal>static</literal>, the system shall ensure that the fourth value in the tuple is a valid prefix length, in the form of a whole number between 1 and 32 inclusive if the third value is an IPv4 address, a whole number between 1 and 128 inclusive if the third value is an IPv6 address, or a network mask in the form of four octets separated by the period (<literal>.</literal>) symbol if the third value is an IPv4 address.</para> + <para>If the second value of the <literal>netaddress</literal> key is <literal>static</literal>, the system shall ensure that the fourth value in the tuple is a valid prefix length, in the form of a whole number between 0 and 32 inclusive if the third value is an IPv4 address, a whole number between 0 and 128 inclusive if the third value is an IPv6 address, or a network mask in the form of four octets separated by the period (<literal>.</literal>) symbol if the third value is an IPv4 address.</para> </formalpara> <formalpara id="Runner.Validate.network.netaddress.Gateway"> <title>Runner.Validate.network.netaddress.Gateway</title> |