Skip to content

Commit

Permalink
try with flush connections
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Dec 23, 2024
1 parent e6163e3 commit b65663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/agent/src/steal/subscriptions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl PortRedirector for IptablesListener {
} else {
new_ip6tables_wrapper()
},
self.flush_connections,
self.flush_connections || self.ipv6,
self.pod_ips.as_deref(),
)
.await?;
Expand Down

0 comments on commit b65663e

Please sign in to comment.