RDKBNETWOR-76 : Implementation of Wireguard VPN. - #1
Conversation
Reason for change: Implementation of Wireguard VPN to support both Client and Server through RdkVpnManager. Test Procedure: Set the Vpn DataModels with the respective parameters based on the requirement and establish the connection. Testing Done : Results are captured in RDKBNETWOR-76 Risks: None. Signed-off-by: Kavita Vakkund <kavita.vakkund@telekom-digital.com>
|
b'## Copyright scan failure |
|
This repo needs standard license files:
Copyright 2015 RDK Management Copyright [2014] [Cisco Systems, Inc.] 8 Strictly, each re-use of RDK code should be credited, and I have 6 code matches to CcspPandM. If you know all of the “borrows”, you should add a credit under the DT header in each file, with this: sig_handler is modified from code which is: Copyright [2014] [Cisco Systems, Inc.] |
Reason for change: Implementation of Wireguard VPN to support both Client and Server through RdkVpnManager. Test Procedure: Set the Vpn DataModels with the respective parameters based on the requirement and establish the connection. Testing Done : Results are captured in RDKBNETWOR-76 Risks: None. Signed-off-by: Kavita Vakkund <kavita.vakkund@telekom-digital.com>
…anager into RDKBNETWOR-76
|
b'## Copyright scan failure |
mhughesacn
left a comment
There was a problem hiding this comment.
Hi.
I appreciate that this is draft but I have looked at the blackduck issues which are needed before PR approval as the component is already opensourced.
-
One change to NOTICE.
-
Please add a credit after the header in the following files: ssp_main.c and ssp_messagebus_interface.c to say:
sig_handler is modified from code which is:
Copyright 2015 RDK Management
Licensed under the Apache License, Version 2.0
Copyright [2014] [Cisco Systems, Inc.]
Licensed under the Apache License, Version 2.0 -
In plugin_main.c at line 25, add the 4 lines of RDK and Cisco credit/Apache license.
-
In plugin_main_apis.c, under the header, add "Uses code which is" and the same 4 lines.
-
Ignoring 2 other code matches in other files, v.small.
Thank you.
| @@ -0,0 +1,17 @@ | |||
| This component contains software that is Copyright (c) 2018 RDK Management. | |||
There was a problem hiding this comment.
Please change RDK Management on line 1 to Deutsche Telekom AG (assuming this repo is from DT).
|
b'## Copyright scan failure |
|
b'## WARNING: A Blackduck scan failure has been waived A prior failure has been upvoted
|
Reason for change: Implementation of Wireguard VPN to support both Client and Server through RdkVpnManager.
Test Procedure: Set the Vpn DataModels with the respective parameters based on the requirement and establish the connection.
Testing Done : Results are captured in RDKBNETWOR-76
Risks: None.