Skip to content

Commit

Permalink
defaults: add 'Host datapath not ready' to expected drop reasons
Browse files Browse the repository at this point in the history
This excludes the drop reason introduced in cilium/cilium#29482.
It occurs when Cilium is first installed on a node, the host firewall is
enabled, a workload endpoint gets created before the host endpoint, and the
workload endpoint in question tries to talk to the host.

Preventing these drops would require redesigning parts of the datapath,
particularly the clustermesh bootstrap procedure. This is not feasible
at the moment, and maybe it's not the right thing to do.

Signed-off-by: Timo Beckers <[email protected]>
  • Loading branch information
ti-mo committed Jan 4, 2024
1 parent abe11d0 commit 28418dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ var (
"Invalid source ip",
"Unknown L3 target address",
"No tunnel/encapsulation endpoint (datapath BUG!)",
"Host datapath not ready",
}

ExpectedXFRMErrors = []string{
Expand Down

0 comments on commit 28418dd

Please sign in to comment.