Commit aa62a62
committed
CLOUDSTACK-10242: Properly parse incoming rules to Sec Group
With merge of PR #2028 the separator for lines to the Security Group
Python script changed from : to ; to support IPv6 addresses.
This broke certain situations where rules were parsed improperly.
This commit fixes that
Signed-off-by: Wido den Hollander <wido@widodh.nl>1 parent 86b0dd8 commit aa62a62
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
954 | | - | |
| 954 | + | |
955 | 955 | | |
956 | | - | |
957 | | - | |
| 956 | + | |
| 957 | + | |
958 | 958 | | |
959 | 959 | | |
960 | | - | |
961 | | - | |
962 | | - | |
963 | | - | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
964 | 963 | | |
965 | 964 | | |
966 | 965 | | |
| |||
0 commit comments