Skip to content

Commit 7b202d1

Browse files
authored
Merge pull request #1899 from shiftstack/issue_1704
🐛 api/additionalPorts: don't create UDP rules
2 parents 36e94d9 + a559017 commit 7b202d1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/cloud/services/networking/securitygroups_rules.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,6 @@ func getSGControlPlaneAdditionalPorts(ports []int) []resolvedSecurityGroupRuleSp
222222
EtherType: "IPv4",
223223
Protocol: "tcp",
224224
},
225-
{
226-
Description: "Additional ports",
227-
Direction: "ingress",
228-
EtherType: "IPv4",
229-
Protocol: "udp",
230-
},
231225
}
232226
for _, p := range ports {
233227
r[0].PortRangeMin = p

0 commit comments

Comments
 (0)