Skip to content

Commit 2bb745b

Browse files
committed
ds: force accept ICMP packets
Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
1 parent afa68ec commit 2bb745b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cmd/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ func run() error {
113113
commonRules.AcceptICMPv6 = acceptICMPv6
114114

115115
setupLog.Info("Common rules applied to all pods affected by MultiNetworkPolicies", "rules", commonRules)
116+
// TODO: put this in ClusterNetworkOperator
117+
commonRules.AcceptICMP = true
118+
commonRules.AcceptICMPv6 = true
116119

117120
ctx := ctrl.SetupSignalHandler()
118121

0 commit comments

Comments
 (0)