Skip to content

Commit

Permalink
Revert "Enable network ingress (#34487)"
Browse files Browse the repository at this point in the history
This reverts commit 49f98c6.
  • Loading branch information
purple4reina committed Feb 27, 2025
1 parent 15ead01 commit c9abbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/setup/system_probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func InitSystemProbeConfig(cfg pkgconfigmodel.Config) {
eventMonitorBindEnvAndSetDefault(cfg, join(evNS, "envs_with_value"), []string{"LD_PRELOAD", "LD_LIBRARY_PATH", "PATH", "HISTSIZE", "HISTFILESIZE", "GLIBC_TUNABLES"})
eventMonitorBindEnvAndSetDefault(cfg, join(evNS, "runtime_compilation.enabled"), false)
eventMonitorBindEnvAndSetDefault(cfg, join(evNS, "network.enabled"), true)
eventMonitorBindEnvAndSetDefault(cfg, join(evNS, "network.ingress.enabled"), true)
eventMonitorBindEnvAndSetDefault(cfg, join(evNS, "network.ingress.enabled"), false)
eventMonitorBindEnvAndSetDefault(cfg, join(evNS, "network.raw_packet.enabled"), false)
eventMonitorBindEnvAndSetDefault(cfg, join(evNS, "network.private_ip_ranges"), DefaultPrivateIPCIDRs)
eventMonitorBindEnvAndSetDefault(cfg, join(evNS, "network.extra_private_ip_ranges"), []string{})
Expand Down

0 comments on commit c9abbd2

Please sign in to comment.