Add routed packet drop flow (#3410)

This commit is contained in:
Viktor Liu
2025-02-28 20:04:59 +01:00
committed by GitHub
parent c138807e95
commit 0db65a8984
5 changed files with 62 additions and 24 deletions
+2 -1
View File
@@ -35,9 +35,10 @@ func (p Protocol) String() string {
type Type int
const (
TypeUnknown = iota
TypeUnknown = Type(iota)
TypeStart
TypeEnd
TypeDrop
)
type Direction int