rhtyd commented on a change in pull request #2239: CLOUDSTACK-9993: Securing
Agents Communications
URL: https://github.com/apache/cloudstack/pull/2239#discussion_r134771334
##########
File path: core/src/com/cloud/agent/api/routing/NetworkElementCommand.java
##########
@@ -46,6 +47,18 @@ protected NetworkElementCommand() {
super();
}
+ public void setAccessDetail(final Map<String, String> details) {
+ if (details == null) {
+ return;
+ }
+ for (final Map.Entry<String, String> detail : details.entrySet()) {
Review comment:
@DaanHoogland sorry don't understand the comment, the idea was to
provide/set a detail by passing a map here, which may override a detail (if so
asked by the developer)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services