Skip to content

Commit

Permalink
defaults: Add expected drop reasons
Browse files Browse the repository at this point in the history
We currently have many packet drops that are more or less expected. Some
like "Authentication required" are expected for specific features and
others like "Stale or unroutable IP" are known and understood even
though we'd prefer to avoid them.

Signed-off-by: Paul Chaignon <[email protected]>
  • Loading branch information
pchaigno committed Dec 7, 2023
1 parent cf85f93 commit e3a2e1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,10 @@ var (
ExpectedDropReasons = []string{
"Policy denied",
"Policy denied by denylist",
"Unsupported L3 protocol",
"Stale or unroutable IP",
"Authentication required",
"Service backend not found",
"Unsupported protocol for NAT masquerade",
}
)

0 comments on commit e3a2e1f

Please sign in to comment.