This is an automated email from the ASF dual-hosted git repository.
gutoveronezi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from bcd0979 Fixed possible blank domain UUID amd created new unit tests.
(#5835)
add 2d8f070 When creating a new firewall egress rule, the source and
destination CIDRs were not being trimmed, this commit changes this to trim both
CIDRs from the user input. (#5867)
No new revisions were added by this update.
Summary of changes:
.../user/firewall/CreateEgressFirewallRuleCmd.java | 69 +++--
.../firewall/CreateEgressFirewallRuleCmdTest.java | 317 +++++++++++++++++++++
2 files changed, 357 insertions(+), 29 deletions(-)
create mode 100644
api/src/test/java/org/apache/cloudstack/api/command/user/firewall/CreateEgressFirewallRuleCmdTest.java