Skip to content

Commit

Permalink
Ignore "Unsupported L2 protocol" to known drops
Browse files Browse the repository at this point in the history
The connectivity tests sometimes runs into "Unsupported L2 protocol"
drops for issues unrelated to Cilium. Ignore those as it otherwise just
adds noise.

Signed-off-by: Marga Manterola <marga@isovalent.com>
  • Loading branch information
Marga Manterola authored and tklauser committed Mar 22, 2024
1 parent 039bec3 commit 7d76cde
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 @@ -138,6 +138,7 @@ var (
ExpectedDropReasons = []string{
"Policy denied",
"Policy denied by denylist",
"Unsupported L2 protocol",
"Unsupported L3 protocol",
"Stale or unroutable IP",
"Authentication required",
Expand Down

0 comments on commit 7d76cde

Please sign in to comment.