Commit dfd950c
Add protocol number support for security group rules (#3736)
Currently while creating ingress/egress rule for a security group,
we can specify only TCP/UDP/ICMP. Sometimes we need to add rules
for different protocol number or rules for all the above three
mentioned protocols.
In this new feature users can specify the protocol number or select
"ALL" option which will apply rules for TCP/UDP/ICMP1 parent f2708d6 commit dfd950c
5 files changed
Lines changed: 608 additions & 22 deletions
File tree
- api/src/main/java/org/apache/cloudstack/api/command/user/securitygroup
- scripts/vm/network
- server/src/main/java/com/cloud/network/security
- test/integration/component
- ui/scripts
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
1035 | | - | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
1036 | 1047 | | |
1037 | 1048 | | |
1038 | 1049 | | |
| |||
1041 | 1052 | | |
1042 | 1053 | | |
1043 | 1054 | | |
1044 | | - | |
1045 | | - | |
| 1055 | + | |
| 1056 | + | |
1046 | 1057 | | |
1047 | | - | |
| 1058 | + | |
1048 | 1059 | | |
1049 | 1060 | | |
1050 | 1061 | | |
1051 | 1062 | | |
1052 | 1063 | | |
1053 | | - | |
| 1064 | + | |
1054 | 1065 | | |
1055 | 1066 | | |
1056 | 1067 | | |
| |||
Lines changed: 27 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
617 | 618 | | |
618 | 619 | | |
619 | 620 | | |
620 | | - | |
621 | | - | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
622 | 640 | | |
623 | | - | |
| 641 | + | |
624 | 642 | | |
625 | 643 | | |
626 | 644 | | |
| |||
641 | 659 | | |
642 | 660 | | |
643 | 661 | | |
644 | | - | |
| 662 | + | |
645 | 663 | | |
646 | 664 | | |
647 | 665 | | |
| |||
660 | 678 | | |
661 | 679 | | |
662 | 680 | | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
663 | 686 | | |
664 | 687 | | |
665 | | - | |
666 | | - | |
667 | 688 | | |
668 | 689 | | |
669 | 690 | | |
| |||
0 commit comments