rhtyd commented on a change in pull request #2028: CLOUDSTACK-9853: Add support 
for Secondary IPv6 Addresses and Subnets
URL: https://github.com/apache/cloudstack/pull/2028#discussion_r128906265
 
 

 ##########
 File path: core/src/com/cloud/agent/api/SecurityGroupRulesCmd.java
 ##########
 @@ -35,7 +35,7 @@
 public class SecurityGroupRulesCmd extends Command {
     private static final String CIDR_LENGTH_SEPARATOR = "/";
     private static final char RULE_TARGET_SEPARATOR = ',';
-    private static final char RULE_COMMAND_SEPARATOR = ':';
+    private static final char RULE_COMMAND_SEPARATOR = ';';
 
 Review comment:
   @wido can changing the separator cause issues (upgrade issues) for existing 
environments?
 
----------------------------------------------------------------
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

Reply via email to