summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteven stark <ss820f@att.com>2018-02-06 14:31:58 -0800
committersteven stark <ss820f@att.com>2018-02-06 14:31:58 -0800
commitf3ae3a9e9e14c4951740b85915d71ad3193fc39e (patch)
treebf665daba55de1c161c532f92c4fc4c1ca2f569c
parentc391a5cfd4af29ded7311bcea9f1a9f6ab950b3e (diff)
VNFRQTS - R-62468 fix gramar
Delete the misplaced "shall" from R-62468 The VNF MUST allow all configuration data shall to be edited through a NETCONF <edit-config> operation. Change-Id: I9d8421a580c1c116039f479371f3659dd4b949a8 Issue-ID: VNFRQTS-173 Signed-off-by: steven stark <ss820f@att.com>
-rw-r--r--docs/Chapter7.rst2
-rw-r--r--docs/Chapter8.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Chapter7.rst b/docs/Chapter7.rst
index d0aed53..665a35a 100644
--- a/docs/Chapter7.rst
+++ b/docs/Chapter7.rst
@@ -176,7 +176,7 @@ industry standards.
* R-29324 The VNF **SHOULD** implement the protocol operation: **copy-config(target, source) -** Copy the content of the configuration datastore source to the configuration datastore target.
* R-88031 The VNF **SHOULD** implement the protocol operation: **delete-config(target) -** Delete the named configuration datastore target.
* R-97529 The VNF **SHOULD** implement the protocol operation: **get-schema(identifier, version, format) -** Retrieve the YANG schema.
-* R-62468 The VNF **MUST** allow all configuration data shall to be edited through a NETCONF <edit-config> operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient.
+* R-62468 The VNF **MUST** allow all configuration data to be edited through a NETCONF <edit-config> operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient.
* R-01382 The VNF **MUST** allow the entire configuration of the VNF to be retrieved via NETCONF's <get-config> and <edit-config>, independently of whether it was configured via NETCONF or other mechanisms.
* R-28756 The VNF **MUST** support **:partial-lock** and **:partial-unlock** capabilities, defined in RFC 5717. This allows multiple independent clients to each write to a different part of the <running> configuration at the same time.
* R-83873 The VNF **MUST** support **:rollback-on-error** value for the <error-option> parameter to the <edit-config> operation. If any error occurs during the requested edit operation, then the target database (usually the running configuration) will be left unaffected. This provides an 'all-or-nothing' edit mode for a single <edit-config> request.
diff --git a/docs/Chapter8.rst b/docs/Chapter8.rst
index 88c05d5..82a66f6 100644
--- a/docs/Chapter8.rst
+++ b/docs/Chapter8.rst
@@ -850,7 +850,7 @@ R-75608: The VNF provider **MUST** provide playbooks to be loaded on the appropr
R-61354: The VNF **MUST** implement access control list for OA&M services (e.g., restricting access to certain ports or applications).
-R-62468: The VNF **MUST** allow all configuration data shall to be edited through a NETCONF <edit-config> operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient.
+R-62468: The VNF **MUST** allow all configuration data to be edited through a NETCONF <edit-config> operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient.
R-34552: The VNF **MUST** provide or support the Identity and Access Management (IDAM) based threat detection data for OWASP Top 10.