Skip to content

Commit

Permalink
Merge pull request #24064 from dgibson/no-bind-inside
Browse files Browse the repository at this point in the history
test/system: For pasta port forwarding tests don't bind socat server
  • Loading branch information
openshift-merge-bot[bot] authored Sep 26, 2024
2 parents 8cc4781 + 1f2658e commit 76a9321
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/system/505-networking-pasta.bats
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ function pasta_test_do() {

# socat options for first <address> in server ("LISTEN" address types),
local bind="${proto_upper}${ip_ver}-LISTEN:\${port}"
# For IPv6 via tap, we can pick either link-local or global unicast
if [ ${ip_ver} -eq 4 ] || [ ${iftype} = "loopback" ]; then
bind="${bind},bind=[${addr}]"
fi
if [ "${proto}" = "udp" ]; then
bind="${bind},null-eof"
fi
Expand Down

1 comment on commit 76a9321

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.