diff options
author | fzhang <fei.zhang@ericsson.com> | 2019-03-25 03:15:40 -0700 |
---|---|---|
committer | Fei Zhang <fei.zhang@ericsson.com> | 2019-03-25 14:57:31 +0000 |
commit | 2c0b507530d022728727509d3e63b9bb1dd68d22 (patch) | |
tree | b6452a962085195ea4237baf75245e32624f4fd9 | |
parent | 21ba83315e4555d2d794a89a5b6be67fa6f1deca (diff) |
Add the requirement for TLS in VNFRQTS-519
Add the requirement for TLS support in VNFRQTS-519
Change-Id: I8922cd08d815b6d982f77ccb61b8d58484811207
Issue-ID: VNFRQTS-519
Signed-off-by: fzhang <fei.zhang@ericsson.com>
-rwxr-xr-x | docs/Chapter7/Configuration-Management.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Chapter7/Configuration-Management.rst b/docs/Chapter7/Configuration-Management.rst index 013f2fd..c7f4907 100755 --- a/docs/Chapter7/Configuration-Management.rst +++ b/docs/Chapter7/Configuration-Management.rst @@ -953,6 +953,16 @@ NETCONF RFCs. The xNF **MUST** conform to the NETCONF RFC 6242, "Using the Network Configuration Protocol over Secure Shell". +.. req:: + :id: R-997907 + :target: VNF or PNF + :keyword: SHOULD + :introduced: dublin + + The VNF or PNF **SHOULD** support TLS as secure transport for the NETCONF + protocol according to [RFC7589]. + + .. _xnf_rest_apis: xNF REST APIs |