From 3b58f6d48e22582a3ca880a1b5265d32cce971fd Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 29 Sep 2019 20:26:31 -0500 Subject: req: Runner.Validate.network.netaddress.Mask: 0 prefixes are legal --- devel/requirements/3b_runner.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') 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 @@ Runner.Validate.network.netaddress.Mask - If the second value of the netaddress key is static, 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 (.) symbol if the third value is an IPv4 address. + If the second value of the netaddress key is static, 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 (.) symbol if the third value is an IPv4 address. Runner.Validate.network.netaddress.Gateway -- cgit v1.2.3-60-g2f50