You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2020/01/08 15:14:06 UTC

[cloudstack] branch master updated (f2708d6 -> dfd950c)

This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from f2708d6  Merge release branch 4.13 to master
     add dfd950c  Add protocol number support for security group rules (#3736)

No new revisions were added by this update.

Summary of changes:
 .../AuthorizeSecurityGroupIngressCmd.java          |   2 +-
 scripts/vm/network/security_group.py               |  21 +-
 .../network/security/SecurityGroupManagerImpl.java |  33 +-
 .../test_protocol_number_security_group.py         | 460 +++++++++++++++++++++
 ui/scripts/network.js                              | 114 ++++-
 5 files changed, 608 insertions(+), 22 deletions(-)
 create mode 100644 test/integration/component/test_protocol_number_security_group.py