Merge e01db4c5b9
into aa8348f790
This commit is contained in:
commit
5d92206d11
|
@ -109,6 +109,9 @@ func (e *Ct) unmarshal(fam byte, data []byte) error {
|
|||
e.Key = CtKey(ad.Uint32())
|
||||
case unix.NFTA_CT_DREG:
|
||||
e.Register = ad.Uint32()
|
||||
case unix.NFTA_CT_SREG:
|
||||
e.Register = ad.Uint32()
|
||||
e.SourceRegister = true
|
||||
}
|
||||
}
|
||||
return ad.Err()
|
||||
|
|
Loading…
Reference in New Issue