mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +00:00
The "[Feature:SCTP]" tag was needed on "should not allow access by TCP when a policy specifies only SCTP" back when SCTP was alpha, because it wasn't possible to create a policy that even mentioned SCTP without enabling the feature gate. This no longer applies, and the tag was removed from the original copy of network_policy.go, but accidentally got left behind in the netpol/ version. Likewise, the newly-added "should not allow access by TCP when a policy specifies only UDP" got tagged "[Feature:UDP]", but this was never necessary, and is inconsistent with other UDP tests anyway. Similarly, we need "[Feature:SCTPConnectivity]" on tests that make SCTP connections, because that functionality is not available in all clusters, but "[Feature:UDPConnectivity]" is unnecessary and inconsistent.