Skip to content

Commit 48435c7

Browse files
committed
first commit
1 parent 4b416f3 commit 48435c7

File tree

8 files changed

+779
-189
lines changed

8 files changed

+779
-189
lines changed

felix/calc/calc_graph.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ func NewCalculationGraph(callbacks PipelineCallbacks, conf *config.Config, liveC
378378
hostIPPassthru.RegisterWith(allUpdDispatcher)
379379
cg.hostIPPassthru = hostIPPassthru
380380

381-
if conf.BPFEnabled || conf.Encapsulation.VXLANEnabled || conf.Encapsulation.VXLANEnabledV6 || conf.WireguardEnabled || conf.WireguardEnabledV6 {
381+
if conf.BPFEnabled || conf.Encapsulation.VXLANEnabled || conf.Encapsulation.VXLANEnabledV6 ||
382+
conf.WireguardEnabled || conf.WireguardEnabledV6 || conf.Encapsulation.IPIPEnabled {
382383
// Calculate simple node-ownership routes.
383384
// ...
384385
// Dispatcher (all updates)

0 commit comments

Comments
 (0)