-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Labels
area/datapathImpacts bpf/ or low-level forwarding details, including map management and monitor messages.Impacts bpf/ or low-level forwarding details, including map management and monitor messages.area/loaderImpacts the loading of BPF programs into the kernel.Impacts the loading of BPF programs into the kernel.
Description
We currently have multiple copies of the "special handling for ad-hoc tunnel" to create parameters for init.sh or set config options:
cilium/pkg/datapath/loader/base.go
Line 397 in 6b84bef
if !option.Config.TunnelingEnabled() && |
Line 3141 in 6b84bef
if !c.TunnelingEnabled() && |
As a follow-up we should find a way to consolidate these checks in one place as explained by @julianwiedmann in this #24422 (comment)_
julianwiedmann
Metadata
Metadata
Assignees
Labels
area/datapathImpacts bpf/ or low-level forwarding details, including map management and monitor messages.Impacts bpf/ or low-level forwarding details, including map management and monitor messages.area/loaderImpacts the loading of BPF programs into the kernel.Impacts the loading of BPF programs into the kernel.