[expr] Replace Key type in Ct struct by CtKey.
This commit is contained in:
parent
29d7aa173f
commit
3c7d959797
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue