weizhouapache commented on code in PR #11568: URL: https://github.com/apache/cloudstack/pull/11568#discussion_r2319963185
########## api/src/main/java/org/apache/cloudstack/api/command/user/loadbalancer/UpdateLoadBalancerRuleCmd.java: ########## @@ -64,6 +65,9 @@ public class UpdateLoadBalancerRuleCmd extends BaseAsyncCustomIdCmd { @Parameter(name = ApiConstants.PROTOCOL, type = CommandType.STRING, description = "The protocol for the LB") private String lbProtocol; + @Parameter(name = ApiConstants.CIDR_LIST, type = CommandType.LIST, collectionType = CommandType.STRING, description = "the cidr list to forward traffic from") Review Comment: > @weizhouapache After thinking about this more, what needs to be done to get this fix in the next patch release of 4.20, and 4.21 so I don't have to wait until 4.22 is released. Can I change the `since` to `4.20.1.1` and `4.21.0.1` @CodeBleu There is no 4.21.x release. 4.22 is planned to be released in Oct/Nov, you do not need to wait long time -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org