ovn-kubernetes
ovn-kubernetes copied to clipboard
Remove DetectSCTPSupport() and all its callers
SCTP support is actually assumed "true" across the code base (check var protos
in lb_config.go). We set the *sctpSupport
variables but we don't actually use them anywhere. It's probably best to just remove this code all toghether.