DaanHoogland commented on issue #8861: URL: https://github.com/apache/cloudstack/issues/8861#issuecomment-2049331133
@btzq the only way multiple ports are supported is through a range (start-port/end-port) I think you need to create multiple rules. You can implement a convenience API but it would split the request in multiple rules in the backend and would output it as such as well. If you want to implement logic to maintain a list of port(-ranges) this is going to be a big refactor job. `iptables` does support `--match multiport --dports` , so if we change our data model we can refactor the backend functionality as well. How bad do you want it? ;) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
