diff --git a/expr/ct.go b/expr/ct.go index 72e5711..0ac5207 100644 --- a/expr/ct.go +++ b/expr/ct.go @@ -52,7 +52,7 @@ const ( // Ct defines type for NFT connection tracking type Ct struct { Register uint32 - Key uint32 + Key CtKey } func (e *Ct) marshal() ([]byte, error) {