Skip to content

Commit

Permalink
chore: remove unused conntrack attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Toby <tobyxdd@gmail.com>
  • Loading branch information
tobyxdd committed Dec 16, 2023
1 parent 6fc2e97 commit 083998a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,5 @@ const (

// conntrack attributes
const (
ctaTupleOrig = 1
ctaTupleReply = 2
ctaStatus = 3
ctaTimeout = 7
ctaMark = 8
ctaProtoInfo = 4
ctaLabels = 22
ctaMark = 8
)

0 comments on commit 083998a

Please sign in to comment.