[expr] Replace Key type in Ct struct by CtKey.

This commit is contained in:
Maxime Demode 2019-10-15 18:02:12 +02:00
parent 29d7aa173f
commit 3c7d959797
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const (
// Ct defines type for NFT connection tracking // Ct defines type for NFT connection tracking
type Ct struct { type Ct struct {
Register uint32 Register uint32
Key uint32 Key CtKey
} }
func (e *Ct) marshal() ([]byte, error) { func (e *Ct) marshal() ([]byte, error) {