Skip to content

Commit 33232c6

Browse files
Merge pull request #528 from ferhoyos/sync-istio-1.27.3
Sync istio 1.27.3
2 parents 8b721a2 + ca6c383 commit 33232c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/istio-iptables/pkg/dependencies/implementation_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
"istio.io/istio/tools/istio-iptables/pkg/constants"
3333
)
3434

35-
var testRuleAdd = []string{"-t", "nat", "-A", "INPUT", "-p", "255", "-j", "RETURN", "-m", "comment", "--comment", `"Istio no-op iptables capability probe"`}
35+
var testRuleAdd = []string{"-t", "nat", "-A", "INPUT", "-p", "255", "-j", "RETURN"}
3636

3737
// TODO the entire `istio-iptables` package is linux-specific, I'm not sure we really need
3838
// platform-differentiators for the `dependencies` package itself.

0 commit comments

Comments
 (0)