From 083998a4455dac66464818c739e354b6e506180b Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 16 Dec 2023 13:47:51 -0800 Subject: [PATCH] chore: remove unused conntrack attributes Signed-off-by: Toby --- types.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/types.go b/types.go index 763fa43..d3b9dbf 100644 --- a/types.go +++ b/types.go @@ -166,11 +166,5 @@ const ( // conntrack attributes const ( - ctaTupleOrig = 1 - ctaTupleReply = 2 - ctaStatus = 3 - ctaTimeout = 7 - ctaMark = 8 - ctaProtoInfo = 4 - ctaLabels = 22 + ctaMark = 8 )